1
0

Updated verbiage

This commit is contained in:
Xavier Moffett 2023-04-13 05:05:42 +00:00
parent 6024df6d52
commit 69d0688186

View File

@ -8,7 +8,7 @@ check () {
curl -s -o /dev/null $MIRROR
if [[ $? != 0 ]]; then
echo "Internet connection not found, or mirror is offline. Trying again in 60 seconds.."
echo "Internet connection, or mirror, is offline. Trying again in 60 seconds.."
sleep 60
check
return