mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
iterm2)
|
|
name="iTerm"
|
|
type="zip"
|
|
downloadURL="https://iterm2.com/downloads/stable/latest"
|
|
appNewVersion=$(curl -is https://iterm2.com/downloads/stable/latest | grep location: | grep -o "iTerm2.*zip" | cut -d "-" -f 2 | cut -d '.' -f1 | sed 's/_/./g')
|
|
expectedTeamID="H7V7XYVQ7D"
|
|
blockingProcesses=( iTerm2 )
|
|
;;
|