Updated Python‑модуль (markdown)

gSpotx2f
2022-09-08 15:55:05 +03:00
parent 65818a92f8
commit 0522922116
+17 -3
@@ -5,12 +5,26 @@
opkg update opkg update
opkg install python3 python3-setuptools python3-openssl opkg install python3 python3-setuptools python3-openssl
**2. Скачивание файлов и установка прав доступа:** **2. Скачивание файлов и установка:**
wget --no-check-certificate -O /tmp/ruantiblock-mod-py_0.9.4-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock-mod-py_0.9.4-1_all.ipk OpenWrt 19.07:
wget --no-check-certificate -O /tmp/ruantiblock-mod-py_0.9.0-2_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/19.07/ruantiblock-mod-py_0.9.0-2_all.ipk
opkg install /tmp/ruantiblock-mod-py_0.9.0-2_all.ipk
rm /tmp/ruantiblock-mod-py_0.9.0-2_all.ipk
OpenWrt 21.02:
wget --no-check-certificate -O /tmp/ruantiblock-mod-py_0.9.4-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/21.02/ruantiblock-mod-py_0.9.4-1_all.ipk
opkg install /tmp/ruantiblock-mod-py_0.9.4-1_all.ipk opkg install /tmp/ruantiblock-mod-py_0.9.4-1_all.ipk
rm /tmp/ruantiblock-mod-py_0.9.4-1_all.ipk rm /tmp/ruantiblock-mod-py_0.9.4-1_all.ipk
OpenWrt >= 22.03:
wget --no-check-certificate -O /tmp/ruantiblock-mod-py_0.9.4-2_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock-mod-py_0.9.4-2_all.ipk
opkg install /tmp/ruantiblock-mod-py_0.9.4-2_all.ipk
rm /tmp/ruantiblock-mod-py_0.9.4-2_all.ipk
**3. Включение модуля:** **3. Включение модуля:**
uci set ruantiblock.config.bllist_module="/usr/libexec/ruantiblock/ruab_parser.py" uci set ruantiblock.config.bllist_module="/usr/libexec/ruantiblock/ruab_parser.py"
@@ -24,4 +38,4 @@
**5. Обновление для проверки:** **5. Обновление для проверки:**
/usr/bin/ruantiblock update /usr/bin/ruantiblock update