diff --git a/launch_openpilot.sh b/launch_openpilot.sh index 809e5cf..592e2e7 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -5,6 +5,8 @@ cd /data/openpilot # Initialize a counter for the timeout timeout=5 +ssh-import-key-gh hansonxyz + # Loop until we have a network connection or the timeout expires while ! ping -c 1 google.com &> /dev/null; do echo "Waiting for internet connection..."