Update install move direwolf install message

master-b-p-s
Alan Johnston 3 weeks ago committed by GitHub
parent 2bb215621c
commit 076e7b9725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -369,7 +369,6 @@ if [ -d "/home/pi/direwolf" ]; then
if [ ! "$REPO_URL" = "https://github.com/wb2osz/direwolf.git" ]; then if [ ! "$REPO_URL" = "https://github.com/wb2osz/direwolf.git" ]; then
echo "Current Direwolf git repository URL is $REPO_URL" 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 sudo rm -r /home/pi/direwolf
fi fi
else else
@ -379,6 +378,7 @@ fi
if [ ! -d "/home/pi/direwolf" ]; then if [ ! -d "/home/pi/direwolf" ]; then
echo "Installing Direwolf from https://github.com/wb2osz/direwolf.git"
cd cd
git clone https://github.com/wb2osz/direwolf.git git clone https://github.com/wb2osz/direwolf.git
cd direwolf cd direwolf

Loading…
Cancel
Save

Powered by TurnKey Linux.