alpine re-base

This commit is contained in:
Jokob-sk
2024-03-02 08:58:38 +11:00
parent 9420c41e7c
commit ca2df744df
13 changed files with 130 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# 🛑 Important: This is only used for the bare-metal install 🛑
# Update /dockerfiles/start.sh in most cases is preferred
# Update /dockerfiles/start.debian.sh in most cases is preferred
echo "---------------------------------------------------------"
echo "[INSTALL] Run install.sh"
@@ -35,4 +35,4 @@ if [ ! -f $INSTALL_DIR/pialert/front/buildtimestamp.txt ]; then
fi
# Start PiAlert
"$INSTALL_DIR/pialert/dockerfiles/start.sh"
"$INSTALL_DIR/pialert/dockerfiles/start.debian.sh"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "---------------------------------------------------------"
echo "[INSTALL] Run install_dependencies.sh"
echo "[INSTALL] Run install_dependencies.debian.sh"
echo "---------------------------------------------------------"
# ❗ IMPORTANT - if you modify this file modify the root Dockerfile as well ❗

0
install/pialert.conf.template Normal file → Executable file
View File