Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit a9d854b

Browse files
bump version and link command powershell (#142)
bump powershell version to v7.0.3 added a symlink to /usr/bin/powershell so both pwsh and powershell commands work
1 parent ff47cbf commit a9d854b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

languages/powershell.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ extensions = [
88
packages = [
99
]
1010
setup = [
11-
"curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.0.2/powershell-7.0.2-linux-x64.tar.gz",
11+
"curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/powershell-7.0.3-linux-x64.tar.gz",
1212
"mkdir /usr/local/pwsh",
1313
"tar zxf /tmp/powershell.tar.gz -C /usr/local/pwsh",
1414
"ln -s -f /usr/local/pwsh/pwsh /usr/bin/pwsh",
15+
"ln -s -f /usr/local/pwsh/pwsh /usr/bin/powershell",
1516
"rm -f /tmp/powershell.tar.gz"
1617
]
1718
[run]

0 commit comments

Comments
 (0)