uninstall.sh 200 B

1234567
  1. #!/usr/bin/env bash
  2. sudo systemctl stop sing-box
  3. sudo rm -rf /usr/local/bin/sing-box
  4. sudo rm -rf /usr/local/etc/sing-box
  5. sudo rm -rf /etc/systemd/system/sing-box.service
  6. sudo systemctl daemon-reload