From f7f7f5e3adae3369da3e7353bddcc20a071559e5 Mon Sep 17 00:00:00 2001 From: Culla-del-caos <80646214+Culla-del-caos@users.noreply.github.com> Date: Sun, 14 Mar 2021 20:41:07 +0100 Subject: [PATCH] Update install.sh Updated Steam soruce code URL --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 68676c9..e04d827 100755 --- a/install.sh +++ b/install.sh @@ -47,9 +47,9 @@ fi # Download the packages we need. If we fail at downloading, stop the script. set -e echo "Downloading SteamOS packages..." -wget "http://repo.steamstatic.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_${STEAMOS_COMPOSITOR_VER}.deb" -wget "http://repo.steamstatic.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${STEAMOS_MODESWITCH_VER}.deb" -wget "http://repo.steamstatic.com/steamos/pool/main/p/plymouth-themes-steamos/plymouth-themes-steamos_${STEAMOS_PLYMOUTH_VER}.deb" +wget "https://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_${STEAMOS_COMPOSITOR_VER}.deb" +wget "https://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${STEAMOS_MODESWITCH_VER}.deb" +wget "https://repo.steampowered.com/steamos/pool/main/p/plymouth-themes-steamos/plymouth-themes-steamos_${STEAMOS_PLYMOUTH_VER}.deb" set +e # See if there is a 'steam' user account. If not, create it.