mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
454 B
Bash
10 lines
454 B
Bash
macadminspython)
|
|
name="MacAdmins Python"
|
|
type="pkg"
|
|
packageID="org.macadmins.python.recommended"
|
|
downloadURL=$(curl --silent --fail "https://api.github.com/repos/macadmins/python/releases/latest" | awk -F '"' "/browser_download_url/ && /python_recommended_signed/ { print \$4; exit }")
|
|
appNewVersion=$(grep -o -E '\d+\.\d+\.\d+\.\d+' <<< $downloadURL | head -n 1)
|
|
expectedTeamID="9GQZ7KUFR6"
|
|
blockingProcesses=( NONE )
|
|
;;
|