From dbcef8f2c031c0a3b40b887f14f8b5c6c130c362 Mon Sep 17 00:00:00 2001 From: NextWork123 Date: Fri, 9 Sep 2022 17:39:34 +0200 Subject: [PATCH] Comment ariapkg and curlpkg for force the condition into return=false picked solution by that issue https://github.com/Gictorbit/photoshopCClinux/issues/182 --- scripts/sharedFuncs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sharedFuncs.sh b/scripts/sharedFuncs.sh index 81b971c..3552ad9 100755 --- a/scripts/sharedFuncs.sh +++ b/scripts/sharedFuncs.sh @@ -181,8 +181,8 @@ function download_component() { fi else show_message "downloading $4 ..." - ariapkg=$(package_installed aria2c "summary") - curlpkg=$(package_installed curl "summary") + #ariapkg=$(package_installed aria2c "summary") + #curlpkg=$(package_installed curl "summary") if [ "$ariapkg" == "true" ];then show_message "using aria2c to download $4"