mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
6 lines
203 B
Bash
Executable file
6 lines
203 B
Bash
Executable file
#!/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
|