sing-box/release/local/uninstall.sh

9 lines
230 B
Bash
Raw Normal View History

2022-07-30 00:39:34 +00:00
#!/usr/bin/env bash
sudo systemctl stop sing-box
2023-02-09 05:26:31 +00:00
sudo rm -rf /var/lib/sing-box
2022-07-30 00:39:34 +00:00
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