Revert "[Ubuntu] Install pwsh using dotnet tool" (#1979)

This commit is contained in:
Aleksandr Chebotov
2020-11-04 14:29:44 +03:00
committed by GitHub
parent d511b0d2da
commit 2842ad4c00

View File

@@ -9,8 +9,7 @@ source $HELPER_SCRIPTS/os.sh
# Install Powershell
if isUbuntu20 ; then
dotnet tool install --tool-path /opt/microsoft/powershell/7 powershell
ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
snap install powershell --classic --channel=edge/useedge
fi
if isUbuntu16 || isUbuntu18 ; then