mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
pkg(pwsh-7.1.4): Added Powershell 7.1.4
This commit is contained in:
parent
479f02e13c
commit
3c15de6144
5 changed files with 21 additions and 0 deletions
6
packages/pwsh/7.1.4/build.sh
vendored
Executable file
6
packages/pwsh/7.1.4/build.sh
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.1.4/powershell-7.1.4-linux-x64.tar.gz -o powershell.tar.gz
|
||||
tar zxf powershell.tar.gz
|
||||
rm powershell.tar.gz
|
||||
|
||||
chmod +x pwsh
|
Loading…
Add table
Add a link
Reference in a new issue