Update alpine-install.func

Fixed a mistake in prior commit
This commit is contained in:
infinisean 2024-11-24 18:13:21 -05:00 committed by GitHub
parent a8f2884468
commit 4c8f077b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,9 +82,6 @@ network_check() {
msg_ok "IPv4 Internet Connected";
ipv4_connected=true
else
msg_ok "Internet Connected";
else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then