mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
8 lines
200 B
Bash
Executable File
8 lines
200 B
Bash
Executable File
#!/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
|