mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
8 lines
200 B
Bash
8 lines
200 B
Bash
|
#!/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
|