|
|
|
@ -5,7 +5,7 @@ set -xeo pipefail
|
|
|
|
|
# Variables
|
|
|
|
|
APP=Steam-x86_64.AppImage
|
|
|
|
|
NAME=steam
|
|
|
|
|
URL="https://github.com/ivan-hc/Steam-appimage/releases/download/continuous/Steam-202401100234-x86_64.AppImage"
|
|
|
|
|
URL="https://github.com/ivan-hc/Steam-appimage/releases/download/continuous/Steam-202402170551-x86_64.AppImage"
|
|
|
|
|
LOCAL_BIN_DIR=$HOME/.local/bin
|
|
|
|
|
DESKTOP_DIR=$HOME/.local/share/applications
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ fi
|
|
|
|
|
|
|
|
|
|
# Install Steam AppImage
|
|
|
|
|
cd /tmp
|
|
|
|
|
curl -LO $URL
|
|
|
|
|
curl -L $URL -o $APP
|
|
|
|
|
chmod +x $APP
|
|
|
|
|
./$APP --appimage-extract
|
|
|
|
|
mv squashfs-root $HOME/$NAME
|
|
|
|
|