From 57fd468eee4aaecb8686323c68cf7464c4dd9a5e Mon Sep 17 00:00:00 2001 From: gSpotx2f Date: Fri, 19 Jun 2020 20:52:39 +0300 Subject: [PATCH] =?UTF-8?q?Created=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20ruantiblock=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Удаление-ruantiblock.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Удаление-ruantiblock.md diff --git a/Удаление-ruantiblock.md b/Удаление-ruantiblock.md new file mode 100644 index 0000000..defab58 --- /dev/null +++ b/Удаление-ruantiblock.md @@ -0,0 +1,7 @@ +Для удаления ruantiblock можно воспользоваться скриптом `uninstall.sh`: + + wget --no-check-certificate -O /tmp/uninstall.sh https://raw.githubusercontent.com/gSpotx2f/ruantiblock_openwrt/master/autoinstall/uninstall.sh && chmod +x /tmp/uninstall.sh && /tmp/uninstall.sh + +Скрипт не удаляет конфиги в `/etc/ruantiblock`. + +При перустановке ruantiblock, также, желательно сначала выполнить удаление (заранее сохранив все необходимые конфиги), а затем чистую установку...