From cb18129a4f31957af79b4d3e592cbfdc0e96e6c2 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 20 Feb 2020 13:46:38 +0300 Subject: [PATCH] remove pwsh fix --- images/linux/scripts/installers/1804/powershellcore.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/images/linux/scripts/installers/1804/powershellcore.sh b/images/linux/scripts/installers/1804/powershellcore.sh index 0a5f2108..8ace4742 100644 --- a/images/linux/scripts/installers/1804/powershellcore.sh +++ b/images/linux/scripts/installers/1804/powershellcore.sh @@ -12,9 +12,6 @@ LSB_RELEASE=$(lsb_release -rs) # Install 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 echo "Testing to make sure that script performed as expected, and basic scenarios work" if ! command -v pwsh; then