Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Created August 22, 2011 04:33
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 wayneeseguin/1161662 to your computer and use it in GitHub Desktop.
Save wayneeseguin/1161662 to your computer and use it in GitHub Desktop.
SM Framework Latest Release Installation
version=$(curl -ks https://sm.beginrescueend.com/releases/latest-version.txt) &&
curl -k -L -O https://sm.beginrescueend.com/releases/sm-${version}.tar.bz2 &&
tar jxf sm-${version}.tar.bz2 &&
cd sm-${version} &&
./install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment