From 9a7af18e0a14e818204b30a56e891878b45e74a5 Mon Sep 17 00:00:00 2001 From: Gabe Marchan Date: Sun, 11 Jul 2021 16:34:48 -0500 Subject: [PATCH] Added Wondershare UniConverter. --- Installomator.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 9b02c2b..80190ce 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2725,6 +2725,13 @@ umbrellaroamingclient) downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' ) expectedTeamID="7P7HQ8H646" ;; +uniconverter) + # credit: Gabe Marchan (gabemarchan.com - @darklink87) + name="Wondershare UniConverter" + type="dmg" + downloadURL="http://download.wondershare.com/video-converter-ultimate-mac_full735.dmg" + expectedTeamID="YZC2T44ZDX" + ;; universaltypeclient) name="Universal Type Client" type="pkgInZip"