From 7f96d78946910014cb539ad80cf680edc32e3116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Mon, 15 Nov 2021 09:52:57 +0100 Subject: [PATCH] fastscripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` % sudo /Documents/GitHub/Installomator/utils/assemble.sh -r fastscripts DEBUG=0 2021-11-15 09:51:16 fastscripts setting variable from argument DEBUG=0 2021-11-15 09:51:16 fastscripts ################## Start Installomator v. 0.8.0 2021-11-15 09:51:16 fastscripts ################## fastscripts 2021-11-15 09:51:17 fastscripts BLOCKING_PROCESS_ACTION=tell_user 2021-11-15 09:51:17 fastscripts NOTIFY=success 2021-11-15 09:51:17 fastscripts LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2021-11-15 09:51:17 fastscripts no blocking processes defined, using FastScripts as default 2021-11-15 09:51:17 fastscripts Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.FyV3t3sp 2021-11-15 09:51:17 fastscripts App(s) found: /Users/st/Downloads/2021-11-15-09-40-10/FastScripts.app 2021-11-15 09:51:17 fastscripts could not determine location of FastScripts.app 2021-11-15 09:51:17 fastscripts appversion: 2021-11-15 09:51:17 fastscripts Latest version of FastScripts is 3.0 2021-11-15 09:51:17 fastscripts Downloading https://redsweater.com/fastscripts/FastScripts3.0.zip to FastScripts.zip 2021-11-15 09:51:20 fastscripts no more blocking processes, continue with update 2021-11-15 09:51:20 fastscripts Installing FastScripts 2021-11-15 09:51:20 fastscripts Unzipping FastScripts.zip 2021-11-15 09:51:20 fastscripts Verifying: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.FyV3t3sp/FastScripts.app 2021-11-15 09:51:21 fastscripts Team ID matching: 493CVA9A35 (expected: 493CVA9A35 ) 2021-11-15 09:51:21 fastscripts Downloaded version of FastScripts is 3.0 (replacing version ). 2021-11-15 09:51:21 fastscripts Copy /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.FyV3t3sp/FastScripts.app to /Applications 2021-11-15 09:51:21 fastscripts Changing owner to st 2021-11-15 09:51:21 fastscripts Finishing… 2021-11-15 09:51:31 fastscripts App(s) found: /Applications/FastScripts.app 2021-11-15 09:51:31 fastscripts found app at /Applications/FastScripts.app, version 3.0 2021-11-15 09:51:31 fastscripts Installed FastScripts, version 3.0 2021-11-15 09:51:31 fastscripts notifying 2021-11-15 09:51:31 fastscripts Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.FyV3t3sp 2021-11-15 09:51:31 fastscripts App not closed, so no reopen. 2021-11-15 09:51:31 fastscripts ################## End Installomator, exit code 0 % sudo Documents/GitHub/Installomator/utils/assemble.sh -r fastscripts DEBUG=0 2021-11-15 09:51:47 fastscripts setting variable from argument DEBUG=0 2021-11-15 09:51:47 fastscripts ################## Start Installomator v. 0.8.0 2021-11-15 09:51:47 fastscripts ################## fastscripts 2021-11-15 09:51:48 fastscripts BLOCKING_PROCESS_ACTION=tell_user 2021-11-15 09:51:48 fastscripts NOTIFY=success 2021-11-15 09:51:48 fastscripts LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2021-11-15 09:51:48 fastscripts no blocking processes defined, using FastScripts as default 2021-11-15 09:51:48 fastscripts Changing directory to /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.O9CBwrvL 2021-11-15 09:51:48 fastscripts App(s) found: /Applications/FastScripts.app 2021-11-15 09:51:48 fastscripts found app at /Applications/FastScripts.app, version 3.0 2021-11-15 09:51:48 fastscripts appversion: 3.0 2021-11-15 09:51:48 fastscripts Latest version of FastScripts is 3.0 2021-11-15 09:51:48 fastscripts There is no newer version available. 2021-11-15 09:51:48 fastscripts Deleting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.O9CBwrvL 2021-11-15 09:51:48 fastscripts App not closed, so no reopen. 2021-11-15 09:51:48 fastscripts ################## End Installomator, exit code 0 ``` --- Labels.txt | 1 + fragments/labels/fastscripts.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 fragments/labels/fastscripts.sh diff --git a/Labels.txt b/Labels.txt index ce9c544..46044e0 100644 --- a/Labels.txt +++ b/Labels.txt @@ -90,6 +90,7 @@ evernote exelbanstats exifrenamer fantastical +fastscripts favro ferdi figma diff --git a/fragments/labels/fastscripts.sh b/fragments/labels/fastscripts.sh new file mode 100644 index 0000000..2aed4c9 --- /dev/null +++ b/fragments/labels/fastscripts.sh @@ -0,0 +1,7 @@ +fastscripts) + name="FastScripts" + type="zip" + downloadURL=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '//rss/channel/item/enclosure/@url' 2>/dev/null | cut -d '"' -f2 ) + appNewVersion=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '//rss/channel/item/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f2 ) + expectedTeamID="493CVA9A35" + ;;