Feat: Passt die Debian 12 bookworm Install-Skripte für Tuxedo OS an.
This commit is contained in:
@@ -14,22 +14,6 @@ dpkg --add-architecture i386
|
||||
apt update
|
||||
apt install -y wget curl
|
||||
|
||||
wget -O /tmp/steam.deb https://cdn.akamai.steamstatic.com/client/installer/steam.deb
|
||||
apt install -y /tmp/steam.deb
|
||||
rm /tmp/steam.deb
|
||||
|
||||
# Lutris-Installation
|
||||
LUTRIS_KEYRING="/etc/apt/keyrings/lutris.gpg"
|
||||
LUTRIS_REPO="https://download.opensuse.org/repositories/home:/strycore/Debian_12/"
|
||||
|
||||
mkdir -p /etc/apt/keyrings
|
||||
wget -qO /tmp/lutris-key.gpg "${LUTRIS_REPO}Release.key"
|
||||
gpg --dearmor </tmp/lutris-key.gpg >"$LUTRIS_KEYRING"
|
||||
rm /tmp/lutris-key.gpg
|
||||
|
||||
echo "deb [signed-by=$LUTRIS_KEYRING] $LUTRIS_REPO ./" >/etc/apt/sources.list.d/lutris.list
|
||||
|
||||
apt update
|
||||
apt install -y lutris
|
||||
apt install -y steam lutris
|
||||
|
||||
echo "✅ Installation von Steam und Lutris abgeschlossen!"
|
||||
|
||||
Reference in New Issue
Block a user