From 15568d893acceec1b361be4dc1fd0fd6abb998fe Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Sat, 22 Feb 2020 14:55:33 +0300 Subject: [PATCH] add echo --- images/linux/scripts/installers/1804/powershellcore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/linux/scripts/installers/1804/powershellcore.sh b/images/linux/scripts/installers/1804/powershellcore.sh index accd923b6..61bbb18d0 100644 --- a/images/linux/scripts/installers/1804/powershellcore.sh +++ b/images/linux/scripts/installers/1804/powershellcore.sh @@ -10,6 +10,7 @@ source $HELPER_SCRIPTS/document.sh LSB_RELEASE=$(lsb_release -rs) # libicu64, which comes with php-intl module, has powershell breaking issue https://github.com/PowerShell/PowerShell/issues/9746 # Fix - install additional libicu65 where the issue is fixed +echo "install libicu65" sudo apt get install libicu65 # Install Powershell