From 67fe0d7e0203e1fd39febfce62c533a22a769906 Mon Sep 17 00:00:00 2001 From: Hristo Jelev Date: Tue, 19 Dec 2023 18:58:12 +0200 Subject: [PATCH] update repo if already cloned: --- remote_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/remote_install.sh b/remote_install.sh index cad44ee..42d2f10 100755 --- a/remote_install.sh +++ b/remote_install.sh @@ -18,6 +18,7 @@ main(){ printm "Cloning rpi-mqtt-monitor git repository" git clone https://github.com/hjelev/rpi-mqtt-monitor.git cd rpi-mqtt-monitor + git pull bash install.sh }