Compare commits

...

2 Commits
main ... main

Author SHA1 Message Date
Abes 77259e7f51 Merge pull request 'Update 'steam-install'' (#1) from abes-patch-1 into main
Reviewed-on: Abes/dm-scripts#1
11 months ago
Abes d1ac531af0 Update 'steam-install'
Just edited the broken link to the one currently available.
11 months ago

@ -2,9 +2,9 @@
# Installs the AppImage for steam # Installs the AppImage for steam
APP=Steam-x86_64.AppImage APP=Steam-202310201446-x86_64.AppImage
NAME=steam 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 mkdir -p $HOME/.local/bin
echo "export PATH=$PATH:$HOME/.local/bin" >> .bashrc echo "export PATH=$PATH:$HOME/.local/bin" >> .bashrc

Loading…
Cancel
Save