Setup Assistant - No internet connection

Could you do the following please, to test if that works for you:

sudo micro /usr/bin/setup-assistant

-> Change line 66 to eg: (or any other site which should be always up)

wget -q --spider http://github.com

Save and run the assistant again.

4 Likes
  # Because this can never be offline, right?
    wget -q --spider http://github.com
    # wget -q --spider http://garudalinux.org
    return $?

Yes it worked for me. The dialog menu has opened.
This will permanently fix the problem or is it a test.?

It was a test but I’ll change it later as that seems to be the better option :slight_smile:

6 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.