I use a script to download and install the latest version of Chrome and WebEx.
When running the curl command it seems to fail when creating the local file
Here is the command:
/usr/bin/curl -O https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg > /private/tmp/googlechrome.dmg
Here is the result:
Script result: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file googlechrome.dmg: Read-only file system
0 79.5M 0 1388 0 0 30173 0 0:46:04 --:--:-- 0:46:04 30173
curl: (23) Failed writing body (0 != 1388)
Anybody know what's wrong? It works fine for Mojave. I've even changed the directory from /private/tmp to /Users/Shared
Again, it only happens when running from Self Service. If run the policy from Terminal, it works fine.