From 2f0d7a85022b8917acc89b08ca1904380863ed28 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 20 Feb 2024 17:21:17 +0100 Subject: [PATCH] update readme: uninstall --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2778bd5..bf5bc0a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,19 @@ bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.s bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh) 0.0.1 ``` +## Uninstall S-UI + +```sh +systemctl disable sing-box --now +systemctl disable s-ui --now + +rm -f /etc/systemd/system/s-ui.service +rm -f /etc/systemd/system/sing-box.service +systemctl daemon-reload + +rm -fr /usr/local/s-ui +``` + ## Install using Docker