From 34278fc23492d809c0decdfb11b4ab61668d2763 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 25 Apr 2019 18:24:13 -0700 Subject: [PATCH] update libicu pkg name --- .../install/Installing-PowerShell-Core-on-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Linux.md b/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Linux.md index 941ecb982fc2..814e259428ba 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Linux.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Linux.md @@ -567,8 +567,8 @@ sudo snap remove powershell-preview ```sh # Download & Install prerequisites -wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu57_57.1-9_amd64.deb -dpkg -i libicu57_57.1-9_amd64.deb +wget http://ftp.us.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u2_amd64.deb +dpkg -i libicu57_57.1-6+deb9u2_amd64.deb apt-get update && apt-get install -y curl gnupg apt-transport-https # Add Microsoft public repository key to APT