mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 03:22:22 +08:00
9 lines
230 B
Bash
Executable File
9 lines
230 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo systemctl stop sing-box
|
|
sudo rm -rf /var/lib/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
|