Last active
January 5, 2016 05:17
-
-
Save harupong/2340e3d6fd380fc4d3a5 to your computer and use it in GitHub Desktop.
crude one-liner to dowload latest GitBucket war file from GitHub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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