8000 Docs: correct a linux installation typo (#6219) · PowerShell/PowerShell@26b7be7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26b7be7

Browse files
mababiodaxian-dbw
authored andcommitted
Docs: correct a linux installation typo (#6219)
1 parent 9a46b3f commit 26b7be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ sudo mkdir -p /opt/microsoft/powershell/6.0.1
692692
sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/6.0.1
693693

694694
# Set execute permissions
695-
sudo chmod +x /usr/local/microsoft/powershell/6.0.1/pwsh
695+
sudo chmod +x /opt/microsoft/powershell/6.0.1/pwsh
696696

697697
# Create the symbolic link that points to pwsh
698698
sudo ln -s /opt/microsoft/powershell/6.0.1/pwsh /usr/bin/pwsh

0 commit comments

Comments
 (0)
0