19.05.2018, 10:31
@biglee_163
The installer checks the internet connection by pinging 'google.de'. If it doesn't receive an echo, it assumes that there's no internet connection. What you can do: open the install_carpc.sh in a code editor and either replace 'google.de' with any server address that is reachable. Or simply delete this part of the install script. It is right at the beginning of the script (lines 14 to 29).
The installer checks the internet connection by pinging 'google.de'. If it doesn't receive an echo, it assumes that there's no internet connection. What you can do: open the install_carpc.sh in a code editor and either replace 'google.de' with any server address that is reachable. Or simply delete this part of the install script. It is right at the beginning of the script (lines 14 to 29).