See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A fix to a probably a bug? "Linux Lite cannot check for Updates"
#4

(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.

[Image: AGxgqJ6.png]
Reply


Messages In This Thread
Re: A fix to a probably a bug? "Linux Lite cannot check for Updates" - by ralphy - 07-29-2018, 06:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)