f5tts/script/install.sh

5 lines
121 B
Bash
Raw Normal View History

2024-12-25 16:04:39 +08:00
#!/usr/bin/bash
sudo cp f5tts.service /etc/systemd/system
sudo systemctl enable f5tts.service
sudo systemctl start f5tts