From 94ecfc35ed1719a517979f95f282125b165f2538 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 12 Dec 2024 19:57:43 +0100 Subject: [PATCH] update missing lib (#153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary - use libicu74 ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: https://gitea.ocram85.com/arkanum/arkanum/pulls/153 --- arkanum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkanum b/arkanum index af851ee..ff524fa 100755 --- a/arkanum +++ b/arkanum @@ -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