Files
Installomator/fragments/labels/microsoftlicenseremovaltool.sh
2021-08-16 16:55:28 +02:00

10 lines
393 B
Bash

microsoftlicenseremovaltool)
# credit: Isaac Ordonez (@isaac) macadmins slack
name="Microsoft License Removal Tool"
type="pkg"
downloadURL="https://go.microsoft.com/fwlink/?linkid=849815"
expectedTeamID="QGS93ZLCU7"
appNewVersion=$(curl -is "$downloadURL" | grep ocation: | grep -o "Microsoft_.*pkg" | cut -d "_" -f 5 | cut -d "." -f1-2)
Company="Microsoft"
;;