mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-18 05:10:59 +00:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/githubdesktop.sh
Normal file
7
fragments/labels/githubdesktop.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
githubdesktop)
|
||||
name="GitHub Desktop"
|
||||
type="zip"
|
||||
downloadURL="https://central.github.com/deployments/desktop/desktop/latest/darwin"
|
||||
appNewVersion=$(curl -fsL https://central.github.com/deployments/desktop/desktop/changelog.json | awk -F '{' '/"version"/ { print $2 }' | sed -E 's/.*,\"version\":\"([0-9.]*)\".*/\1/g')
|
||||
expectedTeamID="VEKTX9H2N7"
|
||||
;;
|
||||
Reference in New Issue
Block a user