From 9906e22fc8663d2ab0c14b7d831e2141fa837842 Mon Sep 17 00:00:00 2001 From: Calogero Bonaccolto <150523459+bonaccolto90@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:23:51 +0100 Subject: [PATCH] Update asf-android.sh Libicu updated from 70 to 72 --- asf-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asf-android.sh b/asf-android.sh index 6b8dc45..d762ab9 100644 --- a/asf-android.sh +++ b/asf-android.sh @@ -29,7 +29,7 @@ pkg install proot-distro -y proot-distro install ubuntu # Installing requirements for ArchiSteamFarm -proot-distro login ubuntu -- bash -c 'apt update -y && apt upgrade -y && apt install libicu70 mono-runtime -y' +proot-distro login ubuntu -- bash -c 'apt update -y && apt upgrade -y && apt install libicu72 mono-runtime -y' # Create a user noroot proot-distro login ubuntu -- bash -c 'useradd -m noroot'