f5tts/script/install.sh
2024-12-25 16:04:39 +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