Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iso.sh says "Please connect to the internet" when already connected #132

Open
katarafett opened this issue Aug 28, 2024 · 1 comment
Open

Comments

@katarafett
Copy link

I'm using Arch Linux, and I'm connected to the internet via ethernet.

On running iso.sh, I get the message Please connect to the internet. After commenting out lines 19 through 24:

# if [ $? -eq 0 ]; then
#     true
# else
#     echo "Please connect to the internet"
#     exit 1
# fi

it ran just fine.

@AdityaGarg8
Copy link
Member

Script needs netcat to test internet access. You probably don't have it installed.

https://man.archlinux.org/man/nc.1.en

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants