From 37af54884cf55cea67ffb163f7453650addd8c8a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Mar 2026 11:33:35 -0400 Subject: [PATCH] Update install fix direwolf url check --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 7086ee4d..dd989b7a 100755 --- a/install +++ b/install @@ -360,6 +360,8 @@ sudo apt-get install -y git libasound2-dev i2c-tools build-essential libgd-dev l if [ -d "/home/pi/direwolf" ]; then + cd + cd direwolf # Get the URL of the 'origin' remote REPO_URL=$(git config --get remote.origin.url)