#!/bin/bash # How to run this script # sudo curl https://www.bi7jta.org/files/MMDVM_Firmware/repeater_HAT/booto_flash/disable_flash_mode.sh | sudo sh echo "Enable Pi-Star Services..." sudo systemctl enable pistar-watchdog.timer sudo systemctl enable pistar-watchdog.service sudo systemctl enable mmdvmhost.timer sudo systemctl enable mmdvmhost.service sleep 3 echo "Exit Flash mode DONE"