mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
curl only needed when downloading
This commit is contained in:
parent
5d0de6b807
commit
ff6034dff2
|
@ -69,10 +69,10 @@ else
|
||||||
# need to do this config better
|
# need to do this config better
|
||||||
cp -p config.example.h config.h
|
cp -p config.example.h config.h
|
||||||
fi
|
fi
|
||||||
need curl
|
|
||||||
if test -x "$ACLI" ; then
|
if test -x "$ACLI" ; then
|
||||||
: all well
|
: all well
|
||||||
else
|
else
|
||||||
|
need curl
|
||||||
curl "$ACLIINSTALL" > acliinstall.sh
|
curl "$ACLIINSTALL" > acliinstall.sh
|
||||||
chmod +x acliinstall.sh
|
chmod +x acliinstall.sh
|
||||||
./acliinstall.sh
|
./acliinstall.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user