diff --git a/Удаление-ruantiblock.md b/Удаление-ruantiblock.md index defab58..6bd22e0 100644 --- a/Удаление-ruantiblock.md +++ b/Удаление-ruantiblock.md @@ -1,7 +1,8 @@ Для удаления 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 + wget --no-check-certificate -O /tmp/uninstall.sh https://github.com/gSpotx2f/ruantiblock_openwrt/raw/master/autoinstall/uninstall.sh && chmod +x /tmp/uninstall.sh && /tmp/uninstall.sh Скрипт не удаляет конфиги в `/etc/ruantiblock`. При перустановке ruantiblock, также, желательно сначала выполнить удаление (заранее сохранив все необходимые конфиги), а затем чистую установку... +