@scriptingosx commented on GitHub:
We can do this and have done so in the past for other software changes.
Here is my reasoning why I do not want to do this: The software installed by the…
@fleish commented on GitHub:
I can understand that point of view and think we're basically looking at opposite sides of the same coin. As long as the existing dmg labels can be switched and not…
@Theile commented on GitHub:
The problem is all over the Slack channel from various people. In short the version is not verifiable on the DMG installer, and it might not install the latest…
@riskodj84 commented on GitHub:
I don't really know much about coding but I do like to copy and paste code until something works. Using the BlueJeans fragment I think this code will work to…
@riskodj84 commented on GitHub:
Nevermind. I copied this into my full Installomator script in Jamf and it did not work. Not sure why. It looks like the download link is correct but it says it…
@rooneyrik commented on GitHub:
I'm fairly new to installomator, do i need to do something different to get this update? When i run installomator with the miro label i do not get the arm…
@riskodj84 commented on GitHub:
Hey this piece seems to work. Successfully tested on both Intel and Apple Silicon. txt file attached since the asterisks didn't show up in the previous post.
[Bl…
@acodega commented on GitHub:
Here.. just have to use the Insert Code button in the comment box.
name="blender"
type="dmg"
if [[ $(arch) == "arm64" ]]; then
downloadURL=…
@virtualpatrick commented on GitHub:
Hi @rooneyrik, sorry for the late response. The issue will be fixed with Version 10 of the script, wich is not released at the moment. To fix it for yourself…