linux - Download github release with Java/Shell -
i want able download github release (a jar file) , put in directory on vps (running ubuntu 16.04). how go doing this?
adding "shell" tag think you'd need use shell
see discussion: download single files github
in past, i've used like:
wget -o filename.jar https://github.com/downloads/user/repository/filename.jar?raw=true
that place jar file in current directory if run ubunutu vps.
Comments
Post a Comment