mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-17 06:13:12 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/signal.sh
Normal file
8
fragments/labels/signal.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
signal)
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="Signal"
|
||||
type="dmg"
|
||||
downloadURL=https://updates.signal.org/desktop/$(curl -fs https://updates.signal.org/desktop/latest-mac.yml | awk '/url/ && /dmg/ {print $3}')
|
||||
appNewVersion=$(curl -fs https://updates.signal.org/desktop/latest-mac.yml | grep version | awk '{print $2}')
|
||||
expectedTeamID="U68MSDN6DR"
|
||||
;;
|
||||
Reference in New Issue
Block a user