From 1435ecac67af8f6c6a750dde3b4df4c3113b2acb Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sun, 15 Oct 2023 16:46:04 +1100 Subject: [PATCH] =?UTF-8?q?install=20scripts=20rework=20=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/install.sh b/install/install.sh index d9c9103d..1e9ccca6 100755 --- a/install/install.sh +++ b/install/install.sh @@ -20,6 +20,9 @@ apt-get install sudo -y # Install Git apt-get install -y git +# Clean the directory +rm -R $INSTALL_DIR/pialert + # Clone the application repository git clone https://github.com/jokob-sk/Pi.Alert "$INSTALL_DIR/pialert"