update missing lib #153

Merged
OCram85 merged 1 commits from fix/dotnet into master 2024-12-12 19:57:44 +01:00

View File

@ -109,7 +109,7 @@ function instDotNet() {
say "Installing dotnet requirements..." "dotnet"
sudo -E apt-get update > /dev/null
sudo -E apt-get install --no-install-recommends -y \
libicu70
libicu74
say "Downloading latest install script..." "dotnet"
curl -#fSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh