sing-box/release/local/uninstall.sh

8 lines
200 B
Bash
Raw Normal View History

2022-07-30 00:39:34 +00:00
#!/usr/bin/env bash
sudo systemctl stop sing-box
sudo rm -rf /usr/local/bin/sing-box
sudo rm -rf /usr/local/etc/sing-box
sudo rm -rf /etc/systemd/system/sing-box.service
sudo systemctl daemon-reload