mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge branch 'appcleaner' of https://github.com/kenchan0130/Installomator into onishi-prs
This commit is contained in:
@@ -505,6 +505,13 @@ case $label in
|
||||
type="pkgInZip"
|
||||
downloadURL="http://shared.opendns.com/roaming/enterprise/release/mac/production/RoamingClient_MAC.mpkg.zip"
|
||||
expectedTeamID="7P7HQ8H646"
|
||||
;;
|
||||
appcleaner)
|
||||
name="AppCleaner"
|
||||
type="zip"
|
||||
downloadURL=$(curl -fs https://freemacsoft.net/appcleaner/Updates.xml | xpath '//rss/channel/*/enclosure/@url' 2>/dev/null | tr " " "\n" | sort | tail -1 | cut -d '"' -f 2)
|
||||
expectedTeamID="X85ZX835W9"
|
||||
;;
|
||||
|
||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||
# packages)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
1password7
|
||||
appclener
|
||||
atom
|
||||
autodmg
|
||||
aviatrix
|
||||
|
||||
Reference in New Issue
Block a user