mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
393 B
Bash
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"
|
|
;;
|