File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,19 @@ dpkg --add-architecture i386
1515echo " [Hook] Creating keyrings directory"
1616mkdir -pm755 /etc/apt/keyrings
1717
18+ # --- Steam Repository ---
19+ echo " [Hook] Adding Steam repository and key"
20+ curl -fsSL https://repo.steampowered.com/steam-archive-keyring.gpg \
21+ | gpg --dearmor -o /etc/apt/keyrings/steam.gpg
22+
23+ cat << 'EOF ' > /etc/apt/sources.list.d/steam.sources
24+ Types: deb
25+ URIs: https://repo.steampowered.com/steam/
26+ Suites: stable
27+ Components: steam
28+ Signed-By: /etc/apt/keyrings/steam.gpg
29+ EOF
30+
1831# --- Lutris Repository ---
1932echo " [Hook] Adding Lutris repository and key"
2033wget -q -O- https://download.opensuse.org/repositories/home:/strycore/Debian_12/Release.key \
5366echo " [Hook] Updating package lists"
5467apt update
5568
56- echo " [Hook] Installing Steam, Lutris, WineHQ (stable), and VS Code"
69+ echo " [Hook] Installing Steam (launcher) , Lutris, WineHQ (stable), and VS Code"
5770apt install -y --install-recommends \
5871 lutris \
5972 winehq-stable \
60- steam-installer \
73+ steam-launcher \
6174 code
6275
6376# --- Bottles Flatpak ---
You can’t perform that action at this time.
0 commit comments