From ff6034dff2ebcaca75376547f4d59c4302b89195 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Fri, 7 Apr 2023 20:45:21 +0200 Subject: [PATCH] curl only needed when downloading --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 98de771..17a9c04 100755 --- a/installer.sh +++ b/installer.sh @@ -69,10 +69,10 @@ else # need to do this config better cp -p config.example.h config.h fi -need curl if test -x "$ACLI" ; then : all well else + need curl curl "$ACLIINSTALL" > acliinstall.sh chmod +x acliinstall.sh ./acliinstall.sh