Skip to content

Instantly share code, notes, and snippets.

@begin-theadventure
Last active September 20, 2023 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save begin-theadventure/130f63a0f36579f89819b2deb22ba5c9 to your computer and use it in GitHub Desktop.
Save begin-theadventure/130f63a0f36579f89819b2deb22ba5c9 to your computer and use it in GitHub Desktop.
Legion+ Nighly shell script updater/installer.
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."
@begin-theadventure
Copy link
Author

begin-theadventure commented Jul 22, 2023

chmod +x legion+nightly.sh
The AUR package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment