mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-29 22:08:04 +01:00
changed fragments to .sh extension
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
nvivo)
|
||||
name="NVivo"
|
||||
type="dmg"
|
||||
downloadURL="https://download.qsrinternational.com/Software/NVivoforMac/NVivo.dmg"
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | tr '/' '
|
||||
' | grep "[0-9]" | cut -d "." -f1-3 )
|
||||
expectedTeamID="A66L57342X"
|
||||
blockingProcesses=( NVivo NVivoHelper )
|
||||
;;
|
||||
Reference in New Issue
Block a user