05-06-2020, 08:23 PM
You can read the script, it's at /usr/bin/mrfixit_update.sh
All that's happening between that message and the next is,
This is just internet congestion, from everyone being at home hammering the local branch of the cable and/or the servers at the same time. Try updating when it's not internet prime time. The script is simple & does not have a lot of exception checking & handling capability.
I updated from several versions behind (in fact, I had it hang during downloading the update due to said congestion and Control-C'ing that skipped the step & set /usr/share/myver to the latest version without finishing the update, so I just deleted that file and started over) and it worked fine.
All that's happening between that message and the next is,
Code:
apt update -qq &> /dev/null
apt install -qq subversion curl &> /dev/null
This is just internet congestion, from everyone being at home hammering the local branch of the cable and/or the servers at the same time. Try updating when it's not internet prime time. The script is simple & does not have a lot of exception checking & handling capability.
I updated from several versions behind (in fact, I had it hang during downloading the update due to said congestion and Control-C'ing that skipped the step & set /usr/share/myver to the latest version without finishing the update, so I just deleted that file and started over) and it worked fine.