mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 22:04:49 +01:00
changed fragments to .sh extension
This commit is contained in:
9
fragments/labels/silnite.sh
Normal file
9
fragments/labels/silnite.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
silnite)
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="silnite"
|
||||
type="pkgInZip"
|
||||
downloadURL=$(curl -fs https://eclecticlight.co/downloads/ | grep -i $name | grep zip | sed -E 's/.*href=\"(https.*)\">.*/\1/g')
|
||||
appNewVersion=$(curl -fs https://eclecticlight.co/downloads/ | grep zip | grep -o -E "silnite [0-9.]*" | awk '{print $2}')
|
||||
expectedTeamID="QWY4LRW926"
|
||||
blockingProcesses=( NONE )
|
||||
;;
|
||||
Reference in New Issue
Block a user