mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
402 B
Bash
10 lines
402 B
Bash
istatmenus)
|
|
# credit: AP Orlebeke (@apizz)
|
|
name="iStat Menus"
|
|
type="zip"
|
|
downloadURL="https://download.bjango.com/istatmenus/"
|
|
expectedTeamID="Y93TK974AT"
|
|
appNewVersion=$(curl -fs https://bjango.com/mac/istatmenus/versionhistory/ | grep "<h3>" | head -1 | sed -E 's/<h3>([0-9.]*)<\/h3>/\1/')
|
|
blockingProcesses=( "iStat Menus" "iStatMenusAgent" "iStat Menus Status" )
|
|
;;
|