f5tts/script/install.sh
2025-07-16 15:07:03 +08:00

5 lines
121 B
Bash
Executable File

#!/usr/bin/bash
sudo cp f5tts.service /etc/systemd/system
sudo systemctl enable f5tts.service
sudo systemctl start f5tts