From d603a2805b9cecf4a65dfc82640f332dcf6ce1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 9 Sep 2021 21:25:33 +0200 Subject: [PATCH] Create parallels.sh --- fragments/disabled/parallels.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fragments/disabled/parallels.sh diff --git a/fragments/disabled/parallels.sh b/fragments/disabled/parallels.sh new file mode 100644 index 0000000..9d7dd46 --- /dev/null +++ b/fragments/disabled/parallels.sh @@ -0,0 +1,8 @@ +parallels) + # This downloads an installer app, so not really useful here + name="Parallels Desktop" + type="dmg" + downloadURL="https://parallels.com/directdownload/pd15/" + appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i ^location | tail -1 | cut -d "/" -f6) + expectedTeamID="4C6364ACXT" + ;;