From 0f7641ea3948332d598fd2b92e507e8657b590fe Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 00:35:55 -0600 Subject: [PATCH] wip --- launch_openpilot.sh | 2 ++ 1 file changed, 2 insertions(+) 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..."