Gil Burns

Results 39 comments of Gil Burns

The 1Password 8 extension for Safari is now delivered via a separate AppStore app, not bundled in the 1Password app https://apps.apple.com/us/app/1password-for-safari/id1569813296?mt=12

https://github.com/Installomator/Installomator/pull/1920

FYI, The recent OneDrive labels that I submitted are using the MAU feed. There are two, one for standard and one for the insiders.

fragments/labels/microsoftonedrivesuprod.sh fragments/labels/microsoftonedrivesuinsiders.sh

I was on the fence about including the old label (microsoftremotedesktop ) as an option to call this. Happy to add it if people feel it should be included.

You could manually add the label to your Jamf script now and start using it right away. Just paste it into the script file and upload the modified script. Otherwise...

https://github.com/Installomator/Installomator/pull/1920

Add this to your code: ``` sparkleFeed=$(curl -fsL "https://superwhisper.com/appcast.xml") appNewVersion=$(echo $sparkleFeed | xpath 'string(//rss/channel/item[1]/sparkle:version)' 2>/dev/null) ``` Fix the preceding spaces. Should be 4 spaces, not 5 spaces before all the...

https://github.com/Installomator/Installomator/pull/1922

The pre/post use the exact same function as the previous script items. So everything is the same for support. The only difference is the drop of the DisplayName key and...