diff --git a/00-run-as-root.sh b/00-run-as-root.sh index dc81ae2..2e5c126 100755 --- a/00-run-as-root.sh +++ b/00-run-as-root.sh @@ -8,8 +8,6 @@ apt update && apt upgrade -y # Install first important Packages apt install ca-certificates curl git gpg lsb-release network-manager openssh-server rsync sudo wget -# Install stable-Apt-Packages -apt install 7zip apt-listbugs apt-listchanges bleachbit blueman bluetooth bluez btop cava clamav clamav-daemon clamav-docs clamav-freshclam cpupower-gui debian-goodies fastfetch ffmpeg file-roller flatpak fzf gameconqueror gimp gnome-disk-utility gnome-system-monitor grim hunspell hunspell-de-de-frami input-remapper irqbalance keepassxc libreoffice libreoffice-gtk4 libreoffice-l10n-de lsd man mangohud network-manager-gnome nodejs nwg-displays nwg-look okular plymouth plymouth-themes rfkill ripgrep sddm sl slurp swappy swaybg tar tealdeer timeshift thunar tree unzip wl-clipboard xdg-user-dirs zsh sudo usermod -aG sudo $USER sudo usermod -aG sudo root diff --git a/03-install.sh b/03-install.sh index ed2a560..e5f1684 100755 --- a/03-install.sh +++ b/03-install.sh @@ -12,12 +12,14 @@ apt update && apt install linux-xanmod-x64v3 apt install aptitude -# Install stable-Packages +# Install stable-Packages 1 +apt install 7zip apt-listbugs apt-listchanges bleachbit blueman bluetooth bluez btop cava clamav clamav-daemon clamav-docs clamav-freshclam cpupower-gui debian-goodies fastfetch ffmpeg file-roller flatpak fzf gameconqueror gamemode gimp gnome-disk-utility 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 rfkill ripgrep sddm sl slurp swappy swaybg tar tealdeer timeshift thunar tree unzip wl-clipboard xdg-user-dirs zsh +# Install stable-Packages 2 aptitude install steam-installer unrar wine winetricks # Install backports-Packages -aptitude install pipewire pipewire-pulse wireplumber +aptitude install mesa-vulkan-drivers pipewire pipewire-pulse wireplumber # Install unstable-Packages -aptitude install gamemode gamescope mesa-utils mesa-vulkan-drivers openrgb +aptitude install gamescope openrgb xdg-mime default okularApplication_pdf.desktop application/pdf diff --git a/data/apt/preferences.d/10-backports b/data/apt/preferences.d/10-backports index 1eb772b..cfd6b86 100755 --- a/data/apt/preferences.d/10-backports +++ b/data/apt/preferences.d/10-backports @@ -17,3 +17,7 @@ Pin-Priority: 990 Package: wireplumber Pin: release n=trixie-backports Pin-Priority: 990 + +Package: mesa-vulkan-drivers +Pin: release n=trixie-backports +Pin-Priority: 990 diff --git a/data/apt/preferences.d/20-unstable b/data/apt/preferences.d/20-unstable index ab30525..2d7bca4 100755 --- a/data/apt/preferences.d/20-unstable +++ b/data/apt/preferences.d/20-unstable @@ -1,27 +1,15 @@ Package: * Pin: release a=unstable -Pin-Priority: 300 +Pin-Priority: 90 Package: * Pin: release n=sid -Pin-Priority: 300 - -Package: gamemode -Pin: release a=unstable -Pin-Priority: 990 +Pin-Priority: 90 Package: gamescope Pin: release a=unstable Pin-Priority: 990 -Package: mesa-utils -Pin: release a=unstable -Pin-Priority: 990 - -Package: mesa-vulkan-drivers -Pin: release a=unstable -Pin-Priority: 990 - Package: openrgb Pin: release a=unstable Pin-Priority: 990