mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-29 22:04:09 +01:00
@@ -2,7 +2,7 @@ sublimetext)
|
|||||||
# credit: Søren Theilgaard (@theilgaard)
|
# credit: Søren Theilgaard (@theilgaard)
|
||||||
name="Sublime Text"
|
name="Sublime Text"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL="$(curl -fs https://www.sublimetext.com/download | grep -io "https://download.*_mac.zip")"
|
downloadURL="$(curl -fs "https://www.sublimetext.com/download_thanks?target=mac#direct-downloads" | grep -io "https://download.*_mac.zip" | head -1)"
|
||||||
appNewVersion=$(curl -fs https://www.sublimetext.com/download | grep -i -A 4 "id.*changelog" | grep -io "Build [0-9]*")
|
appNewVersion=$(curl -fs https://www.sublimetext.com/download | grep -i -A 4 "id.*changelog" | grep -io "Build [0-9]*")
|
||||||
expectedTeamID="Z6D26JE4Y4"
|
expectedTeamID="Z6D26JE4Y4"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user