mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 06:13:12 +01:00
changed fragments to .sh extension
This commit is contained in:
10
fragments/labels/microsoftlicenseremovaltool.sh
Normal file
10
fragments/labels/microsoftlicenseremovaltool.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
PatchSkip="YES"
|
||||
;;
|
||||
Reference in New Issue
Block a user