06-14-2019, 01:12 AM
You could also try modifying some of the code.
In /usr/bin/lite-upgrade-series4 (right click, Open as Admin)
try changing line 237 from:
to:
save and close the file. Try Upgrade again.
In /usr/bin/lite-upgrade-series4 (right click, Open as Admin)
try changing line 237 from:
Code:
wget -qnv -t2 -T8 --ignore-length --max-redirect=1 --spider http://repo.linuxliteos.com/linuxlite/db/version
to:
Code:
curl -sk repo.linuxliteos.com/linuxlite/db/version
save and close the file. Try Upgrade again.