Python based installer script for FreeTAKServer
This tool is to make installing FreeTAKServer a one liner
Just run:
curl -L https://raw.githubusercontent.com/lennisthemenace/FreeTAKServer-Installer/main/FTS-Installer.py > install.py ; sudo python3 install.py
Finally, reboot:
sudo reboot
This has been tested on RaspberryOS and Ubuntu 20.04
This should:
- Make sure you have everything you need on the machine
- Install FreeTAKServer + UI
- Adds FreeTAKServer to cron to make sure FTS runs automatically
- Create a symlink folder at ~/FTS which links to the main FreeTAKServer folder
- Create a symlink folder at ~/FTS-UI which links to the main FreeTAKServer-UI folder