mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
11 lines
363 B
Bash
11 lines
363 B
Bash
|
|
powershell)
|
|
#NOTE: powershell installers are not notarized
|
|
# credit: Tadayuki Onishi (@kenchan0130)
|
|
name="PowerShell"
|
|
type="pkg"
|
|
downloadURL=$(curl -fs "https://api.github.com/repos/Powershell/Powershell/releases/latest" \
|
|
| awk -F '"' '/browser_download_url/ && /pkg/ { print $4 }' | grep -v lts )
|
|
expectedTeamID="UBF8T346G9"
|
|
;;
|