fwasr/script/install.sh

5 lines
121 B
Bash
Raw Normal View History

2024-11-13 17:58:47 +08:00
#!/usr/bin/bash
sudo cp fwasr.service /etc/systemd/system
sudo systemctl enable fwasr.service
sudo systemctl start fwasr