Skip to content

Instantly share code, notes, and snippets.

@teejee2008
Created December 3, 2017 07:27
Show Gist options
  • Select an option

  • Save teejee2008/ee61bb197162417eb1eecd2ec5ec55ba to your computer and use it in GitHub Desktop.

Select an option

Save teejee2008/ee61bb197162417eb1eecd2ec5ec55ba to your computer and use it in GitHub Desktop.
cd /tmp && curl -s -L https://github.com/teejee2008/groot/releases/latest | egrep -o 'teejee2008/groot/releases/download/.*/groot-v[0-9.]*-amd64.run' | wget --base=http://github.com/ -i - -O groot-latest-amd64.run && sudo chmod a+x ./groot-latest-amd64.run && sudo ./groot-latest-amd64.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment