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.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user