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

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -