From 2caa2f8a6e841224a568cf49d840d230cee3442d Mon Sep 17 00:00:00 2001 From: gSpot Date: Sun, 26 Nov 2023 16:53:01 +0300 Subject: [PATCH] Updated --- Самостоятельная-установка-и-настройка.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Самостоятельная-установка-и-настройка.md b/Самостоятельная-установка-и-настройка.md index d8c4e1c..dce0510 100644 --- a/Самостоятельная-установка-и-настройка.md +++ b/Самостоятельная-установка-и-настройка.md @@ -31,13 +31,13 @@ Приложение для 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.3-3_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-app-ruantiblock_1.3-3_all.ipk - opkg install /tmp/luci-app-ruantiblock_1.3-3_all.ipk + wget --no-check-certificate -O /tmp/luci-app-ruantiblock_1.3-4_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-app-ruantiblock_1.3-4_all.ipk + opkg install /tmp/luci-app-ruantiblock_1.3-4_all.ipk - wget --no-check-certificate -O /tmp/luci-i18n-ruantiblock-ru_1.3-3_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-i18n-ruantiblock-ru_1.3-3_all.ipk - opkg install /tmp/luci-i18n-ruantiblock-ru_1.3-3_all.ipk + wget --no-check-certificate -O /tmp/luci-i18n-ruantiblock-ru_1.3-4_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-i18n-ruantiblock-ru_1.3-4_all.ipk + opkg install /tmp/luci-i18n-ruantiblock-ru_1.3-4_all.ipk - rm /tmp/luci-app-ruantiblock_1.3-3_all.ipk /tmp/luci-i18n-ruantiblock-ru_1.3-3_all.ipk + rm /tmp/luci-app-ruantiblock_1.3-4_all.ipk /tmp/luci-i18n-ruantiblock-ru_1.3-4_all.ipk rm -f /tmp/luci-modulecache/* /tmp/luci-indexcache* /etc/init.d/rpcd restart