Skip to main content

Can anybody share a one (or two) line terminal command for downloading and upgrading the JSS on Ubuntu?



Cheers,
John

If you load the installer on a http share something like this would work (as root or with sudo su):



wget http://serverURL/jssinstaller.run;sh jssinstaller.run

Reply