mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/telegram.sh
Normal file
7
fragments/labels/telegram.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
telegram)
|
||||
name="Telegram"
|
||||
type="dmg"
|
||||
downloadURL="https://telegram.org/dl/macos"
|
||||
appNewVersion=$( curl -fs https://macos.telegram.org | grep anchor | head -1 | sed -E 's/.*a>([0-9.]*) .*/\1/g' )
|
||||
expectedTeamID="6N38VWS5BX"
|
||||
;;
|
||||
Reference in New Issue
Block a user