mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-29 14:23:06 +01:00
commented powershell labels because the installers are not notarized
This commit is contained in:
@@ -639,22 +639,25 @@ umbrellaroamingclient)
|
|||||||
downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )
|
downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )
|
||||||
expectedTeamID="7P7HQ8H646"
|
expectedTeamID="7P7HQ8H646"
|
||||||
;;
|
;;
|
||||||
powershell)
|
|
||||||
# credit: Tadayuki Onishi (@kenchan0130)
|
# NOTE: powershell installers are not notarized
|
||||||
name="PowerShell"
|
# powershell)
|
||||||
type="pkg"
|
# # credit: Tadayuki Onishi (@kenchan0130)
|
||||||
downloadURL=$(curl -fs "https://api.github.com/repos/Powershell/Powershell/releases/latest" \
|
# name="PowerShell"
|
||||||
| awk -F '"' '/browser_download_url/ && /pkg/ { print $4 }' | grep -v lts )
|
# type="pkg"
|
||||||
expectedTeamID="UBF8T346G9"
|
# downloadURL=$(curl -fs "https://api.github.com/repos/Powershell/Powershell/releases/latest" \
|
||||||
;;
|
# | awk -F '"' '/browser_download_url/ && /pkg/ { print $4 }' | grep -v lts )
|
||||||
powershell-lts)
|
# expectedTeamID="UBF8T346G9"
|
||||||
# credit: Tadayuki Onishi (@kenchan0130)
|
# ;;
|
||||||
name="PowerShell"
|
# powershell-lts)
|
||||||
type="pkg"
|
# # credit: Tadayuki Onishi (@kenchan0130)
|
||||||
downloadURL=$(curl -fs "https://api.github.com/repos/Powershell/Powershell/releases/latest" \
|
# name="PowerShell"
|
||||||
| awk -F '"' '/browser_download_url/ && /pkg/ { print $4 }' | grep lts)
|
# type="pkg"
|
||||||
expectedTeamID="UBF8T346G9"
|
# downloadURL=$(curl -fs "https://api.github.com/repos/Powershell/Powershell/releases/latest" \
|
||||||
;;
|
# | awk -F '"' '/browser_download_url/ && /pkg/ { print $4 }' | grep lts)
|
||||||
|
# expectedTeamID="UBF8T346G9"
|
||||||
|
# ;;
|
||||||
|
|
||||||
wwdcformac)
|
wwdcformac)
|
||||||
name="WWDC"
|
name="WWDC"
|
||||||
type="zip"
|
type="zip"
|
||||||
@@ -691,15 +694,14 @@ swiftruntimeforcommandlinetools)
|
|||||||
expectedTeamID="Software Update"
|
expectedTeamID="Software Update"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
# NOTE: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
# packages)
|
||||||
# packages)
|
# name="Packages"
|
||||||
# name="Packages"
|
# type="pkgInDmg"
|
||||||
# type="pkgInDmg"
|
# pkgName="Install Packages.pkg"
|
||||||
# pkgName="Install Packages.pkg"
|
# downloadURL="http://s.sudre.free.fr/Software/files/Packages.dmg"
|
||||||
# downloadURL="http://s.sudre.free.fr/Software/files/Packages.dmg"
|
# expectedTeamID="NL5M9E394P"
|
||||||
# expectedTeamID="NL5M9E394P"
|
# ;;
|
||||||
# ;;
|
|
||||||
|
|
||||||
# msupdate codes from:
|
# msupdate codes from:
|
||||||
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
|
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
|
||||||
|
|||||||
Reference in New Issue
Block a user