Add installation of 32-bit libs and Steam Brew script

Install `libssl-dev:i386` for 32-bit compatibility and add a script to set up Steam Brew. These changes support better gaming functionality and system setup.
This commit is contained in:
2026-08-08 22:39:56 +02:00
parent 1dfd42dd1a
commit 7290ffdc4a
+6
View File
@@ -21,6 +21,9 @@ aptitude install mesa-vulkan-drivers
# Install unstable-Packages # Install unstable-Packages
aptitude install gamescope openrgb aptitude install gamescope openrgb
# Install 32bit-Packages
sudo apt install libssl-dev:i386
sudo systemctl enable apparmor sudo systemctl enable apparmor
sudo systemctl start apparmor sudo systemctl start apparmor
@@ -113,3 +116,6 @@ sudo 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