From 3117e676387dca28ba1495a370585cc2114151df Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 24 Feb 2025 11:59:29 +0100 Subject: [PATCH] Fix: Passt den Install von Steam an. --- Setup/9_GamingSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/9_GamingSetup.sh b/Setup/9_GamingSetup.sh index 130ef26..1ab6049 100755 --- a/Setup/9_GamingSetup.sh +++ b/Setup/9_GamingSetup.sh @@ -15,7 +15,7 @@ apt update apt install -y wget curl wget -O /tmp/steam.deb https://cdn.akamai.steamstatic.com/client/installer/steam.deb -dpkg -i /tmp/steam.deb || apt-get install -f -y +apt install -y /tmp/steam.deb rm /tmp/steam.deb # Lutris-Installation