mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 06:13:12 +01:00
9 lines
309 B
Bash
9 lines
309 B
Bash
itsycal)
|
|
name="Itsycal"
|
|
type="zip"
|
|
downloadURL="https://itsycal.s3.amazonaws.com/Itsycal.zip"
|
|
appNewVersion=$( curl -fsL https://www.mowglii.com/itsycal/versionhistory.html |grep -m1 'id="0' |awk -F '"' '{print $2}' )
|
|
blockingProcesses=( "Itsycal" )
|
|
expectedTeamID="HFT3T55WND"
|
|
;;
|