1804/powershellcore.sh - adding the modification of dotnetdev.list file

This commit is contained in:
Andrey Mishechkin (Akvelon INC)
2020-02-21 13:46:09 +04:00
parent 14ec3d1270
commit d17b6c9916

View File

@@ -8,11 +8,12 @@
source $HELPER_SCRIPTS/document.sh source $HELPER_SCRIPTS/document.sh
LSB_RELEASE=$(lsb_release -rs) LSB_RELEASE=$(lsb_release -rs)
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 # Install Powershell
apt-get install -y powershell apt-get install -y powershell
# Temp fix based on: https://github.com/PowerShell/PowerShell/issues/9746 # Temp fix based on: https://github.com/PowerShell/PowerShell/issues/9746
sudo apt remove libicu64 sudo apt remove libicu64
# Run tests to determine that the software installed as expected # Run tests to determine that the software installed as expected