From dd73b719ff6ad162b0c9c6b3ddc00b17353c279d Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:52:45 +0100 Subject: [PATCH] added sketch --- Installomator.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 1e14290..dc4a882 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1505,7 +1505,13 @@ libreoffice) downloadURL="https://download.documentfoundation.org/libreoffice/stable/$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)/mac/x86_64/LibreOffice_$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)_MacOS_x86-64.dmg" expectedTeamID="7P5S3ZLCN7" ;; - +sketch) + # credit: Alex L. (@aloew on MacAdmins Slack) + name="Sketch" + type="zip" + downloadURL="http://download.sketchapp.com/sketch.zip" + expectedTeamID="WUGMZZ5K46" + ;; # MARK: add new labels above here