From f604f2e68fe368dd511c3a5767615d29b0d325a7 Mon Sep 17 00:00:00 2001 From: Lordify Date: Fri, 20 Dec 2024 10:18:33 +0000 Subject: [PATCH] Update common/functions.sh --- common/functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/functions.sh b/common/functions.sh index 9f4c7a7..883e450 100644 --- a/common/functions.sh +++ b/common/functions.sh @@ -248,6 +248,11 @@ if [ -f $INFO ]; then rm -f $INFO fi +### Unzip curl +unzip $MODPATH/bin/curl.zip +unzip $MODPATH/bin/curl64.zip +chmod 0755 $MODPATH/bin/$ARCH/curl + ### Install ui_print "- Installing"