Adam Codega

Results 78 comments of Adam Codega

Not sure if it changed from when you made your edit, but looks like $downloadURL still works. So when we curl that we'll get the URL and the version number....

Please post the entire log, and the script you're using to call Installomator. [We recommend ours from the MDM folder](https://github.com/Installomator/Installomator/blob/main/MDM/MDMs%20with%20local%20installed%20Installomator/App-install/App%20normal%20Auto-install.sh).

Yes, you can search the code and [see it on this line](https://github.com/Installomator/Installomator/blob/main/Installomator.sh#L1479). `unset` not being recognized sounds like the zsh script is being run as a bash script by Intune...

I thought this got reported on Slack too. Since Island literally calls itself the enterprise browser, someone really, really needs to talk to Island support about automated download work. (There...

I don't see a download link, any info on that?

That's odd. It's like something happened when it was following the redirect. The download URL forwards you to another URL for the actual file. I'd test again, and if it...

That PR is closed, not merged. If a PR is accepted, it will have the merged status. Closed means the PR was not accepted or the original author wanted to...

I see the issue, we're checking Docker's published XML`https://desktop.docker.com/mac/main/arm64/appcast.xml` but we're using the static URL `https://desktop.docker.com/mac/stable/arm64/Docker.dmg`. It's common for vendors to release a new version but wait before updating the...