sing-box/release/local/uninstall.sh
2022-07-30 09:04:01 +08:00

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