diff --git a/docs/installation/linux.md b/docs/installation/linux.md index d35eb3f9a1e..65ba523c3eb 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -692,7 +692,7 @@ sudo mkdir -p /opt/microsoft/powershell/6.0.1 sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/6.0.1 # Set execute permissions -sudo chmod +x /usr/local/microsoft/powershell/6.0.1/pwsh +sudo chmod +x /opt/microsoft/powershell/6.0.1/pwsh # Create the symbolic link that points to pwsh sudo ln -s /opt/microsoft/powershell/6.0.1/pwsh /usr/bin/pwsh