changed fragments to .sh extension

This commit is contained in:
Armin Briegel
2021-04-28 09:36:16 +02:00
parent 0e093dd3b5
commit bc9bc74cf9
269 changed files with 0 additions and 0 deletions

View 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"
;;