From 27ef27851bf678e84e900a9ff33c3f8e1bcb1e7e Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 25 May 2020 14:52:41 +0200 Subject: [PATCH] fixed eraseinstall download url --- Installomator.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index be0eaf1..20ee549 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -106,7 +106,6 @@ BLOCKING_PROCESS_ACTION=prompt_user # todos: # TODO: better logging (or, really, any logging other than echo) -# TODO: ?blockingProcesses for SharePointPlugin # TODO: generic function Sparkle to get latest download # TODO: ?notify user of errors # TODO: ?generic function to initiate a Sparkle Update @@ -270,7 +269,7 @@ case $label in eraseinstall) name="EraseInstall" type="pkg" - downloadURL=$(curl -fs https://bitbucket.org/prowarehouse-nl/erase-install/downloads/ | grep pkg | cut -d'"' -f2 | head -n 1) + downloadURL=https://bitbucket.org$(curl -fs https://bitbucket.org/prowarehouse-nl/erase-install/downloads/ | grep pkg | cut -d'"' -f2 | head -n 1) expectedTeamID="R55HK5K86Y" ;; omnigraffle7) @@ -570,7 +569,6 @@ case $label in downloadURL=https://updates.signal.org/desktop/$(curl -fs https://updates.signal.org/desktop/latest-mac.yml | awk '/url/ && /dmg/ {print $3}') expectedTeamID="U68MSDN6DR" ;; - docker) name="Docker" type="dmg"