Skip to content

Instantly share code, notes, and snippets.

@b3z
Created February 8, 2020 12:52
Show Gist options
  • Save b3z/a9622d336035ed8dcb9df2ef6cfbfe68 to your computer and use it in GitHub Desktop.
Save b3z/a9622d336035ed8dcb9df2ef6cfbfe68 to your computer and use it in GitHub Desktop.
Download Gogs via command line.
curl -s https://api.github.com/repos/gogs/gogs/releases/latest \
| grep "linux_amd64.*zip" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment