mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-27 05:13:11 +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"
|
type="pkgInZip"
|
||||||
downloadURL="http://shared.opendns.com/roaming/enterprise/release/mac/production/RoamingClient_MAC.mpkg.zip"
|
downloadURL="http://shared.opendns.com/roaming/enterprise/release/mac/production/RoamingClient_MAC.mpkg.zip"
|
||||||
expectedTeamID="7P7HQ8H646"
|
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
|
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
# packages)
|
# packages)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
1password7
|
1password7
|
||||||
|
appclener
|
||||||
atom
|
atom
|
||||||
autodmg
|
autodmg
|
||||||
aviatrix
|
aviatrix
|
||||||
|
|||||||
Reference in New Issue
Block a user