From 7176a8d796895553439c7524654b2acc630c052a Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Thu, 27 Aug 2026 19:09:00 +0200 Subject: [PATCH] Update package list and remove redundant flatpak install Added "resources" to the apt package list, replacing its previous installation via flatpak. Removed the flatpak installation of "net.nokyan.Resources" as it is now included as a system package. This ensures better consistency and avoids duplicate installations. --- 03-install.sh | 2 +- 07-programs.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/03-install.sh b/03-install.sh index 66954aa..cf9017b 100755 --- a/03-install.sh +++ b/03-install.sh @@ -13,7 +13,7 @@ apt update && apt install linux-xanmod-x64v3 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 baobab 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 fragments fzf gameconqueror gamemode gimp gnome-disk-utility gnome-firmware gnome-keyring gnome-system-monitor grim hunspell hunspell-de-de-frami impression 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 steam-devices swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar tree unzip vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output wayland-utils wl-clipboard xdg-user-dirs zram-tools zsh +apt install 7zip adb apparmor apparmor-notify apparmor-profiles apparmor-profiles-extra apparmor-utils apt-listbugs apt-listchanges baobab 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 fragments fzf gameconqueror gamemode gimp gnome-disk-utility gnome-firmware gnome-keyring gnome-system-monitor grim hunspell hunspell-de-de-frami impression 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 resources rfkill ripgrep sddm sl slurp steam-devices swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar tree unzip vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output wayland-utils wl-clipboard xdg-user-dirs zram-tools zsh # Install stable-Packages 2 aptitude install pipewire pipewire-pulse unrar wine winetricks wireplumber # Install backports-Packages diff --git a/07-programs.sh b/07-programs.sh index d6159e2..ff1d6c9 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -33,8 +33,6 @@ xdg-mime default org.gnome.TextEditor.desktop text/markdown # Decoder (QR-Code) flatpak install flathub com.belmoussaoui.Decoder -y -# Ressources (Task-Manager) -flatpak install flathub net.nokyan.Resources -y # Obfuscate flatpak install flathub com.belmoussaoui.Obfuscate -y