mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
349 B
Bash
9 lines
349 B
Bash
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 '/' '\n' | grep "[0-9]" | cut -d "." -f1-3 )
|
|
expectedTeamID="A66L57342X"
|
|
blockingProcesses=( NVivo NVivoHelper )
|
|
;;
|