From 076e7b9725b62f2ea05ed163789c26c51146cf55 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Mar 2026 10:23:56 -0400 Subject: [PATCH] Update install move direwolf install message --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 3fcb3ead..7086ee4d 100755 --- a/install +++ b/install @@ -369,7 +369,6 @@ if [ -d "/home/pi/direwolf" ]; then if [ ! "$REPO_URL" = "https://github.com/wb2osz/direwolf.git" ]; then echo "Current Direwolf git repository URL is $REPO_URL" - echo "Reinstalling Direwolf from https://github.com/wb2osz/direwolf.git" sudo rm -r /home/pi/direwolf fi else @@ -379,6 +378,7 @@ fi if [ ! -d "/home/pi/direwolf" ]; then + echo "Installing Direwolf from https://github.com/wb2osz/direwolf.git" cd git clone https://github.com/wb2osz/direwolf.git cd direwolf