nginx.sh updated

This commit is contained in:
Fr4nz D13trich 2025-10-08 12:41:43 +02:00
parent 274bd3549c
commit 1ad74220d5
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ else
echo -e "${YEL}$bin is not installed.${CRS}\n" echo -e "${YEL}$bin is not installed.${CRS}\n"
while true; do while true; do
read -p "${YEL}Do you wish to install $bin via APT? (Y/n) : " install read -p "Do you wish to install $bin via APT? (Y/n) : " install
if [[ "$install" = "" || "$install" = "y" || "$install" = "Y" ]]; then if [[ "$install" = "" || "$install" = "y" || "$install" = "Y" ]]; then
touch /tmp/lomesInstallLog.txt touch /tmp/lomesInstallLog.txt

View file

@ -14,8 +14,8 @@
[w3schools How to's](https://www.w3schools.com/howto/default.asp) [w3schools How to's](https://www.w3schools.com/howto/default.asp)
## Timeline ## Timeline
### Host Machine
### Backend ### Backend
- installed Debian 13 (Raspberry Pi OS lite)
- installed & configured nginx
- installed python3-meshtastic
### Frontend ### Frontend