Forum Discussion
RM2JulianR
Apr 19, 2023Copper Contributor
Scripts don't working in mac?
Hello, I´m new to deploying scripts on intune, I'm testing a sh script that downloads a zip file, and then unzips in another location the problem is that on Intune it says that it is deployed correct...
- Apr 19, 2023Hi
I don't have a Mac at hand to test but I think that by relying on the Octory installation script (lines 147 to 180) and by adding some logs you will manage to identify the problem.
https://github.com/microsoft/shell-intune-samples/blob/master/macOS/Config/Octory/installOctory.sh
DxR
Apr 19, 2023Iron Contributor
Hi
I don't have a Mac at hand to test but I think that by relying on the Octory installation script (lines 147 to 180) and by adding some logs you will manage to identify the problem.
https://github.com/microsoft/shell-intune-samples/blob/master/macOS/Config/Octory/installOctory.sh
I don't have a Mac at hand to test but I think that by relying on the Octory installation script (lines 147 to 180) and by adding some logs you will manage to identify the problem.
https://github.com/microsoft/shell-intune-samples/blob/master/macOS/Config/Octory/installOctory.sh
RM2JulianR
Apr 21, 2023Copper Contributor
Thanks a lot, this work for me.