chore: Update steam-install, make scripts executable

removeproofs
Francesco Minnocci 1 year ago
parent 3215c277f3
commit a88174ff4f
No known key found for this signature in database
GPG Key ID: 76DA3AF9BAED1A32

@ -1,10 +1,12 @@
#!/bin/sh
set -xeo pipefail
# Installs the AppImage for steam
APP=Steam-x86_64.AppImage
NAME=steam
URL="https://github.com/ivan-hc/Steam-appimage/releases/download/continuous/Steam-x86_64.AppImage"
URL="https://github.com/ivan-hc/Steam-appimage/releases/download/continuous/Steam-202310201446-x86_64.AppImage"
mkdir -p $HOME/.local/bin
echo "export PATH=$PATH:$HOME/.local/bin" >> .bashrc

Loading…
Cancel
Save