10 Commits
Author SHA1 Message Date
DragonSlayer_14 0c9cc435d5 Add wayland-utils to the package installation list
Included wayland-utils as part of the stable package installation in `03-install.sh` to support Wayland-specific functionality. This ensures better compatibility and enhances user experience on Wayland-based systems.
2026-08-19 22:54:56 +02:00
DragonSlayer_14 1b1be169cf Add installation of GE-Proton via Flatpak
This commit includes the installation command for GE-Proton, a Steam compatibility tool, using Flatpak. This ensures improved game compatibility for Steam users.
2026-08-18 19:44:06 +02:00
DragonSlayer_14 07fe48a33e Add steam-devices to the package installation list.
This change ensures that the steam-devices package is included during the installation process, which is essential for better hardware support in gaming scenarios. No other modifications were made to the script.
2026-08-17 17:11:06 +02:00
DragonSlayer_14 13da1e980b Add MangoHud installation to 07-programs.sh
Included the MangoHud Vulkan layer installation via Flatpak. This provides an overlay for monitoring performance metrics in games.
2026-08-16 11:34:00 +02:00
DragonSlayer_14 b13a0831fa Add Gamescope installation via Flatpak
This commit includes the addition of a Flatpak command to install Gamescope, a Vulkan-based compositor for gaming. It ensures a more complete setup for gaming-related tools.
2026-08-16 11:28:41 +02:00
DragonSlayer_14 f60be958f6 Add Scopebuddy GUI to Flatpak install list
This commit adds the Scopebuddy GUI application to the programs installed via Flatpak in the script. This ensures the tool is included alongside other essential applications for consistency.
2026-08-16 11:21:35 +02:00
DragonSlayer_14 b8c856a7d3 Remove unused Steam Homebrew installation script
The Steam Homebrew installation script was deemed unnecessary and has been removed from the program setup file. Flatpak installation for Steam remains as the primary method.
2026-08-16 11:17:56 +02:00
DragonSlayer_14 94996e1bb8 Reorganize and relocate installer commands for clarity
Moved Linutil and Steam Homebrew installer commands to more relevant sections in the scripts. This enhances organization and ensures commands are executed in appropriate contexts.
2026-08-16 11:14:55 +02:00
DragonSlayer_14 2481f515b8 Disable addition of i386 architecture in apt setup
Commented out the command for adding i386 architecture to apt, likely aiming to prevent compatibility issues or unnecessary package handling. This change ensures a cleaner and more controlled apt configuration process.
2026-08-16 11:01:55 +02:00
DragonSlayer_14 39b9de3443 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.
2026-08-16 11:00:49 +02:00
3 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ fi
apt modernize-sources apt modernize-sources
# Add 32bit-Architecture # Add 32bit-Architecture
dpkg --add-architecture i386 #dpkg --add-architecture i386
# Install gitea Keyring # Install gitea Keyring
sudo curl https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/debian/repository.key -o /etc/apt/keyrings/gitea-Linuxapps.asc sudo curl https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/debian/repository.key -o /etc/apt/keyrings/gitea-Linuxapps.asc
+6 -10
View File
@@ -13,9 +13,9 @@ apt update && apt install linux-xanmod-x64v3
apt install aptitude apt install aptitude
# Install stable-Packages 1 # 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 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 steam-devices swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar tree unzip wayland-utils wl-clipboard xdg-user-dirs zram-tools zsh
# Install stable-Packages 2 # 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 # Install backports-Packages
aptitude install mesa-vulkan-drivers aptitude install mesa-vulkan-drivers
# Install unstable-Packages # Install unstable-Packages
@@ -117,13 +117,6 @@ auto-cpufreq --install
# heroic games launcher # heroic games launcher
#sudo deb-get install heroic #sudo deb-get install heroic
# steam homebrew - Millenium
curl -fsSL "https://steambrew.app/install.sh" | bash
# RUN Linutil
curl -fsSL https://christitus.com/linux | sh
# Qemu, Virtual Machine Install # Qemu, Virtual Machine Install
if [ $(grep -Eoc '(vmx|svm)' /proc/cpuinfo) -gt 0 ]; then if [ $(grep -Eoc '(vmx|svm)' /proc/cpuinfo) -gt 0 ]; then
apt install -y qemu-system-x86 qemu-utils libvirt-daemon-system libvirt-clients virt-manager apt install -y qemu-system-x86 qemu-utils libvirt-daemon-system libvirt-clients virt-manager
@@ -134,5 +127,8 @@ if [ $(grep -Eoc '(vmx|svm)' /proc/cpuinfo) -gt 0 ]; then
virsh net-start default virsh net-start default
virsh net-autostart default virsh net-autostart default
else else
echo "No virtualisation Support. Check BIOS for Intel VT-x, Intel Virtualization Technology, AMD-V, or SVM Mode. echo "No virtualisation Support. Check BIOS for Intel VT-x, Intel Virtualization Technology, AMD-V, or SVM Mode."
fi fi
# RUN Linutil
curl -fsSL https://christitus.com/linux | sh
+10
View File
@@ -81,3 +81,13 @@ flatpak install flathub io.github.giantpinkrobots.flatsweep -y
# flatpak install flathub org.raspberrypi.rpi-imager # flatpak install flathub org.raspberrypi.rpi-imager
# Local Send # Local Send
flatpak install flathub org.localsend.localsend_app -y flatpak install flathub org.localsend.localsend_app -y
# Steam
flatpak install flathub com.valvesoftware.Steam -y
# Scopebuddy GUI
flatpak install flathub io.github.rfrench3.scopebuddy-gui -y
# Gamescope
flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope -y
# MangoHud
flatpak install flathub org.freedesktop.Platform.VulkanLayer.MangoHud -y
# GE-Proton
flatpak install flathub com.valvesoftware.Steam.CompatibilityTool.Proton-GE -y