nginx.sh updated
This commit is contained in:
parent
274bd3549c
commit
1ad74220d5
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
6
notes.md
6
notes.md
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue