mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 22:04:41 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/iterm2.sh
Normal file
8
fragments/labels/iterm2.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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 )
|
||||
;;
|
||||
Reference in New Issue
Block a user