fundog wrote: Mon Oct 17, 2022 6:05 pm
@tatemono
It seems that you failed to tether Android phone to your PC.
Thank you for your interest, but perhaps my initial post was not clear. There is no general failure to connect. All works well, as expected until an attempt is made to "Update" Seamonkey. I did go to examine your link and it confirmed my usage.
/usr/sbin/update-seamonkey.sh is the Shell script to run after clicking "Fatdog64 Control Menu/Third-party Software Installers/Update Seamonkey".
Then we search for the error message you got by running "grep -C 5 'No connection to internet. Leaving now' /usr/sbin/update-seamonkey.sh" and the following codes are printed on the screen.
Code: Select all
fi
}
check_online () {
if ! wget -q --spider www.seamonkey-project.org; then
msg "$gettext 'No connection to internet. Leaving now.'"
exit
fi
}
# $1-pkgname (no space)
The if-command used in check_online() function reveals that you failed to connect to www.seamonkey-project.org and got an error message.
Please try to use your SeaMonkey to visit https://www.seamonkey-project.org, which is a secure website.
If your browser fail to visit the above-mentioned website, please do the following steps.
(1) Check your PC's system date. If incorrect, please correct it and you would connect to https://www.seamonkey-project.org successfully.
(2) If your PC's system date is correct, please do smokey01's suggestion, updating ca-certificates.