From 39b9de3443ba9184aee12f0451c1ac6364435f55 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sun, 16 Aug 2026 11:00:49 +0200 Subject: [PATCH] Update package installations and add Steam via Flatpak Removed Steam installer from aptitude to avoid redundancy and added Steam installation through Flatpak. This ensures consistency with the Flatpak approach and streamlines dependency management. --- 03-install.sh | 2 +- 07-programs.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/03-install.sh b/03-install.sh index 566b522..bfd9879 100755 --- a/03-install.sh +++ b/03-install.sh @@ -15,7 +15,7 @@ apt install aptitude # Install stable-Packages 1 apt install 7zip adb apparmor apparmor-notify apparmor-profiles apparmor-profiles-extra apparmor-utils apt-listbugs apt-listchanges bleachbit blueman bluetooth bluez btop cava clamav clamav-daemon clamav-docs clamav-freshclam cpupower-gui dconf-editor debian-goodies fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flatpak fzf gameconqueror gamemode gimp gnome-disk-utility gnome-firmware gnome-system-monitor grim hunspell hunspell-de-de-frami input-remapper irqbalance keepassxc libreoffice libreoffice-gtk4 libreoffice-l10n-de lsd man mangohud mesa-utils network-manager-gnome nodejs nwg-displays nwg-look okular plymouth plymouth-themes protontricks radeontop rfkill ripgrep sddm sl slurp swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar tree unzip wl-clipboard xdg-user-dirs zram-tools zsh # Install stable-Packages 2 -aptitude install pipewire pipewire-pulse steam-installer unrar wine winetricks wireplumber +aptitude install pipewire pipewire-pulse unrar wine winetricks wireplumber # Install backports-Packages aptitude install mesa-vulkan-drivers # Install unstable-Packages diff --git a/07-programs.sh b/07-programs.sh index 1e92b26..34442e1 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -81,3 +81,5 @@ flatpak install flathub io.github.giantpinkrobots.flatsweep -y # flatpak install flathub org.raspberrypi.rpi-imager # Local Send flatpak install flathub org.localsend.localsend_app -y +# Steam +flatpak install flathub com.valvesoftware.Steam -y \ No newline at end of file