Skip to content

Instantly share code, notes, and snippets.

@spacewander
Created April 6, 2018 15:06
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 spacewander/a48bce6ebff4fb722f4e265892bff2a0 to your computer and use it in GitHub Desktop.
Save spacewander/a48bce6ebff4fb722f4e265892bff2a0 to your computer and use it in GitHub Desktop.
install luarocks scm-0 version
#!/usr/bin/env bash
# luarocks install $1 scm-0 doesn't work, but you could run this instead:
wget https://luarocks.org/$1-scm-0.rockspec && sudo luarocks build $1-scm-0.rockspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment