mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
fastscripts
``` % 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 ```
This commit is contained in:
@@ -90,6 +90,7 @@ evernote
|
|||||||
exelbanstats
|
exelbanstats
|
||||||
exifrenamer
|
exifrenamer
|
||||||
fantastical
|
fantastical
|
||||||
|
fastscripts
|
||||||
favro
|
favro
|
||||||
ferdi
|
ferdi
|
||||||
figma
|
figma
|
||||||
|
|||||||
7
fragments/labels/fastscripts.sh
Normal file
7
fragments/labels/fastscripts.sh
Normal file
@@ -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"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user