install scripts rework 📦

This commit is contained in:
Jokob-sk
2023-10-15 16:46:04 +11:00
parent 897112e466
commit 1435ecac67

View File

@@ -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"