07-29-2018, 06:59 AM
(07-28-2018, 04:38 PM)kpanic link Wrote: Yes, there are other tools than curl, for example 'wget', but it does not help much if curl is hard-coded into the
update script.
A fallback function could be added to deal with this:
Code:
if which curl > /dev/null; then
echo "use curl"
else
echo "use wget"
fi
But the real issue is to find out why curl is being removed. It shouldn't be uninstalled just because... that's what's needs fixing.
https://unlockforus.com
Sorry for seeming stupid and preferring Linux - I just don't know any better.
Sorry for seeming stupid and preferring Linux - I just don't know any better.
![[Image: AGxgqJ6.png]](http://i.imgur.com/AGxgqJ6.png)