From 1acc865a7aa04b5fb3c4f1b8555b902120078bac Mon Sep 17 00:00:00 2001 From: Pro4TLZZ Date: Thu, 15 Apr 2021 09:12:50 +0100 Subject: [PATCH 1/5] Fix Plantronics Hub --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index cd96834..f9d94a0 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2005,7 +2005,7 @@ pitch) ;; plantronicshub) name="Plantronics Hub" - type="dmg" + type="pkgInDmg" downloadURL="https://www.poly.com/content/dam/www/software/PlantronicsHubInstaller.dmg" expectedTeamID="SKWK2Q7JJV" appNewVersion=$(curl -fs "https://www.poly.com/in/en/support/knowledge-base/kb-article-page?lang=en_US&urlName=Hub-Release-Notes&type=Product_Information__kav" | grep -o "(*.*)" | head -1 | cut -d "(" -f2 | sed 's/\<\/span\>//g' | cut -d "<" -f1) From 5c3ba1143f3a0419e299c25541b182e5a72810f4 Mon Sep 17 00:00:00 2001 From: Pro4TLZZ Date: Thu, 15 Apr 2021 09:33:36 +0100 Subject: [PATCH 2/5] Add iMazing Profile Editor --- Installomator.sh | 6 ++++++ Labels.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index f9d94a0..5dd5db7 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1531,6 +1531,12 @@ icons) appNewVersion=$(versionFromGit sap macOS-icon-generator ) expectedTeamID="7R5ZEU67FQ" ;; +iMazing Profile Editor: +imazingprofileeditor) + name="iMazing Profile Editor" + type="dmg" + downloadURL="https://downloads.imazing.com/mac/iMazing-Profile-Editor/iMazingProfileEditorMac.dmg" + expectedTeamID="J5PR93692Y" inkscape) # credit: Søren Theilgaard (@theilgaard) name="Inkscape" diff --git a/Labels.txt b/Labels.txt index da6bf23..87cffd3 100644 --- a/Labels.txt +++ b/Labels.txt @@ -91,6 +91,7 @@ hpeasyadmin hpeasystart hyper icons +imazingprofileeditor inkscape installomator_st installomator_theile From d16613ec8b525b60bc5df8c60dc4bb130346f001 Mon Sep 17 00:00:00 2001 From: Pro4TLZZ Date: Thu, 15 Apr 2021 10:13:17 +0100 Subject: [PATCH 3/5] Add Hancock and fix formatting for iMazing Profile Editor --- Installomator.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 5dd5db7..76b3036 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -20,7 +20,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin # set to 0 for production, 1 for debugging # while debugging, items will be downloaded to the parent directory of this script # also no actual installation will be performed -DEBUG=1 +DEBUG=0 # notify behavior NOTIFY=success @@ -1485,6 +1485,14 @@ gyazogif) downloadURL="https://files.gyazo.com/setup/Gyazo-${appNewVersion}.dmg" expectedTeamID="9647Y3B7A4" ;; +hancock) + # Credit: Bilal Habib @Pro4TLZZZ + name="Hancock" + type="dmg" + downloadURL=$(downloadURLFromGit JeremyAgost Hancock ) + appNewVersion=$(versionFromGit JeremyAgost Hancock ) + expectedTeamID="SWD2B88S58" + ;; handbrake) name="HandBrake" type="dmg" @@ -1531,12 +1539,13 @@ icons) appNewVersion=$(versionFromGit sap macOS-icon-generator ) expectedTeamID="7R5ZEU67FQ" ;; -iMazing Profile Editor: imazingprofileeditor) + # Credit: Bilal Habib @Pro4TLZZZ name="iMazing Profile Editor" type="dmg" downloadURL="https://downloads.imazing.com/mac/iMazing-Profile-Editor/iMazingProfileEditorMac.dmg" expectedTeamID="J5PR93692Y" + ;; inkscape) # credit: Søren Theilgaard (@theilgaard) name="Inkscape" From 519126decde701fc02925fb2762eaf76a7b5d9b2 Mon Sep 17 00:00:00 2001 From: Pro4TLZZ Date: Thu, 15 Apr 2021 10:14:17 +0100 Subject: [PATCH 4/5] Turn Debug back on --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 76b3036..7bea9f6 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -20,7 +20,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin # set to 0 for production, 1 for debugging # while debugging, items will be downloaded to the parent directory of this script # also no actual installation will be performed -DEBUG=0 +DEBUG=1 # notify behavior NOTIFY=success From a9789f54d0b7cdc141d917ca760c17cb065b4772 Mon Sep 17 00:00:00 2001 From: Pro4TLZZ Date: Thu, 15 Apr 2021 10:15:06 +0100 Subject: [PATCH 5/5] Add Hancock to Label --- Labels.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Labels.txt b/Labels.txt index 87cffd3..c81bacf 100644 --- a/Labels.txt +++ b/Labels.txt @@ -85,6 +85,7 @@ gpgsync grandperspective gyazo gyazogif +hancock handbrake hazel hpeasyadmin