Add x11vnc to setup

This commit is contained in:
2021-10-28 13:02:01 -04:00
parent 4fd0766ea7
commit 53ed043ad2
2 changed files with 15 additions and 0 deletions

View File

@ -16,7 +16,10 @@ sudo systemctl enable gpsd.service
# gpsd startup
sudo cp -r etc/* /etc/
sudo cp -r lib/* /lib/
sudo systemctl daemon-reload
# enable and start gpsd service
sudo systemctl start gpsd.service
sudo systemctl enable x11vnc.service
sudo systemctl start x11vnc.service