From 7e4a7e7850153215fba88bf4a358cddafa078d0d Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Thu, 12 Mar 2020 11:58:49 +0100 Subject: [PATCH] added VLC --- Installomator.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 4768525..847a072 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -223,6 +223,12 @@ case $identifier in | xpath '//rss/channel/item/enclosure[1]/@url' 2>/dev/null | cut -d '"' -f 2) expectedTeamID="34YW5XSRB7" ;; + vlc) + name="VLC" + type="dmg" + downloadURL="http://get.videolan.org/vlc/3.0.8/macosx/vlc-3.0.8.dmg" + expectedTeamID="75GAHG3SZQ" + ;; microsoftoffice365)