Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@harupong
Last active January 5, 2016 05:17
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 harupong/2340e3d6fd380fc4d3a5 to your computer and use it in GitHub Desktop.
Save harupong/2340e3d6fd380fc4d3a5 to your computer and use it in GitHub Desktop.
crude one-liner to dowload latest GitBucket war file from GitHub
wget https://github.com/gitbucket/gitbucket/releases/download/$(curl -s https://api.github.com/repos/gitbucket/gitbucket/releases/latest | grep -Po '(?<="tag_name": ")[^"]*')/gitbucket.war -O gitbucket.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment