mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-18 21:03:26 +00:00
changed fragments to .sh extension
This commit is contained in:
10
fragments/disabled/powershell.sh
Normal file
10
fragments/disabled/powershell.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user