From cb6d440538821c1bfa1876bf193e3f2d9d297dcb Mon Sep 17 00:00:00 2001 From: Andy Mishechkin Date: Wed, 26 Feb 2020 22:40:56 +0400 Subject: [PATCH] 1604\powershell.core has been modified --- images/linux/scripts/installers/1604/powershellcore.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/linux/scripts/installers/1604/powershellcore.sh b/images/linux/scripts/installers/1604/powershellcore.sh index c71ad2c2f..5c615ae31 100644 --- a/images/linux/scripts/installers/1604/powershellcore.sh +++ b/images/linux/scripts/installers/1604/powershellcore.sh @@ -7,8 +7,6 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh -curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/microsoft-prod.list - # Install Powershell apt-get install -y powershell