Added an installer script

* Added an installer script

* Finished deployment script

---------

Co-authored-by: Cynopolis <megaveganzombie@gmail.com>
This commit is contained in:
Cynopolis
2025-04-02 11:54:23 -04:00
committed by GitHub
parent 4baed385d8
commit 976d2453a2
5 changed files with 55 additions and 16 deletions

View File

@@ -24,4 +24,9 @@ And you can stop the service by running:
`sudo systemctl stop MeshtasticLogger`
To have the service start on boot run:
`systemctl enable MeshtasticLogger`
`systemctl enable MeshtasticLogger`
# Automatic Deployment
Make sure the bash script is executable by running: `chmod u+x install.sh`
Make certain you are actually in the Meshtastic-Webserver Directory or this will fail. Run the script with: `sudo ./install.sh`