One Line Install For Raspberry Pi:
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/mm2/master/install-mm2.sh)"
Need To Edit The Following File:
sudo nano /usr/share/mm2/mm2.conf
Add The Following Line And Edit Location:
--location XX.XXXX:YY.YYYY # LAT:LONG
Restart ModeSmixer:
sudo systemctl restart mm2
To Uninstall ModeSmixer:
sudo systemctl stop mm2
sudo systemctl disable mm2
sudo rm /lib/systemd/system/mm2.service
sudo rm -rf /usr/share/mm2
sudo rm /usr/bin/modesmixer2
sudo userdel mm2
Misc Commands:
sudo systemctl status mm2
sudo systemctl restart mm2
sudo systemctl stop mm2