Hey all,
I got curl to download the QuickAdd.pkg directly from the JSS's enrollment URL but when it does download, it's a 1kb file and installer bombs out.
Any thoughts in my syntax?
cd ~/Desktop; curl -O -k -u jssUserName:jssPassWord https://my.jss.com:8443//flatpackagedownload/QuickAdd.pkg
Basically, trying to script the download and install of the QuickAdd.
I've tried as well using the -L option, but still downloads a 1kb file.
As always, thanks in advance.
-pat