Last active
September 20, 2023 09:42
Legion+ Nighly shell script updater/installer.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "# Start." | |
echo "# Legion+ Nightly updater/installer. Place in the application folder and run (only if you have already installed the stable version)" | |
sleep 4 | |
echo "# Download Legion+Nightly.zip" | |
curl https://github.com/r-ex/LegionPlus/releases/download/nightly/Legion+Nightly.zip -Lo Legion+Nightly.zip | |
echo "# Unzip Legion+Nightly.zip and replace the executable.." | |
unzip -o Legion+Nightly.zip | |
echo "# Update done! 🐸" | |
echo "# Cleanup.." | |
echo "# Remove Legion+Nightly.zip" | |
rm Legion+Nightly.zip | |
echo "# End." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chmod +x legion+nightly.sh
The AUR package.