remove pwsh fix

This commit is contained in:
Mikhail Timofeev
2020-02-20 13:46:38 +03:00
parent 11cce431f0
commit cb18129a4f

View File

@@ -12,9 +12,6 @@ LSB_RELEASE=$(lsb_release -rs)
# Install Powershell # Install Powershell
apt-get install -y powershell apt-get install -y powershell
# Temp fix based on: https://github.com/PowerShell/PowerShell/issues/9746
sudo apt remove libicu64
# Run tests to determine that the software installed as expected # Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work" echo "Testing to make sure that script performed as expected, and basic scenarios work"
if ! command -v pwsh; then if ! command -v pwsh; then