Added an installer script

This commit is contained in:
Cynopolis
2025-04-02 11:47:04 -04:00
parent 4baed385d8
commit 7aeb6b8aad
5 changed files with 54 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`
Run the script with: `sudo ./install.sh`