From 72040db7ae68f3a5814be60e708a57246e1b22d7 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Sat, 22 Feb 2020 14:57:14 +0300 Subject: [PATCH] remove sudo --- images/linux/scripts/installers/1804/powershellcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/1804/powershellcore.sh b/images/linux/scripts/installers/1804/powershellcore.sh index 61bbb18d0..72ccdfa90 100644 --- a/images/linux/scripts/installers/1804/powershellcore.sh +++ b/images/linux/scripts/installers/1804/powershellcore.sh @@ -11,7 +11,7 @@ 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 +apt get install libicu65 # Install Powershell apt-get install -y powershell