From 4ea7f24f4a930cb350e24b638708aead07c6a711 Mon Sep 17 00:00:00 2001 From: gSpot Date: Mon, 31 Jul 2023 01:16:11 +0300 Subject: [PATCH] Updated --- Самостоятельная-установка-и-настройка-v1.1.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Самостоятельная-установка-и-настройка-v1.1.md b/Самостоятельная-установка-и-настройка-v1.1.md index 98247ed..2ba56f4 100644 --- a/Самостоятельная-установка-и-настройка-v1.1.md +++ b/Самостоятельная-установка-и-настройка-v1.1.md @@ -25,22 +25,22 @@ **2. Установка ruantiblock** - wget --no-check-certificate -O /tmp/ruantiblock_1.2-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/23.05/ruantiblock_1.2-1_all.ipk - opkg install /tmp/ruantiblock_1.2-1_all.ipk - rm /tmp/ruantiblock_1.2-1_all.ipk + wget --no-check-certificate -O /tmp/ruantiblock_1.2-2_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/23.05/ruantiblock_1.2-2_all.ipk + opkg install /tmp/ruantiblock_1.2-2_all.ipk + rm /tmp/ruantiblock_1.2-2_all.ipk **3. Установка luci-app-ruantiblock** Приложение для LuCI (веб-интерфейса OpenWrt). [Подробнее тут](https://github.com/gSpotx2f/ruantiblock_openwrt/wiki/luci%E2%80%91app%E2%80%91ruantiblock). - wget --no-check-certificate -O /tmp/luci-app-ruantiblock_1.2-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/23.05/luci-app-ruantiblock_1.2-1_all.ipk - opkg install /tmp/luci-app-ruantiblock_1.2-1_all.ipk + wget --no-check-certificate -O /tmp/luci-app-ruantiblock_1.2-2_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/23.05/luci-app-ruantiblock_1.2-2_all.ipk + opkg install /tmp/luci-app-ruantiblock_1.2-2_all.ipk - wget --no-check-certificate -O /tmp/luci-i18n-ruantiblock-ru_1.2-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/23.05/luci-i18n-ruantiblock-ru_1.2-1_all.ipk - opkg install /tmp/luci-i18n-ruantiblock-ru_1.2-1_all.ipk + wget --no-check-certificate -O /tmp/luci-i18n-ruantiblock-ru_1.2-2_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/23.05/luci-i18n-ruantiblock-ru_1.2-2_all.ipk + opkg install /tmp/luci-i18n-ruantiblock-ru_1.2-2_all.ipk - rm /tmp/luci-app-ruantiblock_1.2-1_all.ipk /tmp/luci-i18n-ruantiblock-ru_1.2-1_all.ipk + rm /tmp/luci-app-ruantiblock_1.2-2_all.ipk /tmp/luci-i18n-ruantiblock-ru_1.2-2_all.ipk rm -f /tmp/luci-modulecache/* /tmp/luci-indexcache* /etc/init.d/rpcd restart