1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

curl only needed when downloading

This commit is contained in:
Harald Barth 2023-04-07 20:45:21 +02:00
parent 5d0de6b807
commit ff6034dff2

View File

@ -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