remove sudo

This commit is contained in:
Mikhail Timofeev
2020-02-22 14:57:14 +03:00
parent 15568d893a
commit 72040db7ae

View File

@@ -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