From cdac96cfe3d2a504008b89e7b8c450dcdaa6f3d3 Mon Sep 17 00:00:00 2001 From: "Andrey Mishechkin (Akvelon INC)" Date: Tue, 25 Feb 2020 10:25:57 +0400 Subject: [PATCH] powershellcore.sh - Excess 'echo's have been removed --- 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 9d031949..3a7df62e 100644 --- a/images/linux/scripts/installers/1804/powershellcore.sh +++ b/images/linux/scripts/installers/1804/powershellcore.sh @@ -8,15 +8,12 @@ source $HELPER_SCRIPTS/document.sh LSB_RELEASE=$(lsb_release -rs) -echo "Addin the repository [microsoft-ubuntu-bionic-prod] to /etc/apt/sources.list.d/dotnetdev.list" sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod bionic main" > /etc/apt/sources.list.d/dotnetdev.list' # Install Powershell -echo "Running the PowerShell core installation" apt-get install -y powershell # Temp fix based on: https://github.com/PowerShell/PowerShell/issues/9746 -echo "Remove the libicu64" sudo apt remove libicu64 # Run tests to determine that the software installed as expected