From 27971ed06363a37463efb1cbf96e64055017fccc Mon Sep 17 00:00:00 2001 From: gSpotx2f Date: Mon, 1 Feb 2021 03:45:29 +0300 Subject: [PATCH] =?UTF-8?q?Updated=20Python=E2=80=91=D0=BC=D0=BE=D0=B4?= =?UTF-8?q?=D1=83=D0=BB=D1=8C=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python‑модуль.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Python‑модуль.md b/Python‑модуль.md index ad90084..75b85d0 100644 --- a/Python‑модуль.md +++ b/Python‑модуль.md @@ -7,10 +7,9 @@ **2. Скачивание файлов и установка прав доступа:** - mkdir -p /usr/lib/python3.7 - wget --no-check-certificate -O /usr/bin/ruab_parser.py https://raw.githubusercontent.com/gSpotx2f/ruantiblock_openwrt/master/ruantiblock-mod-py/files/usr/bin/ruab_parser.py - wget --no-check-certificate -O /usr/lib/python3.7/ruab_sum_ip.py https://raw.githubusercontent.com/gSpotx2f/ruantiblock_openwrt/master/ruantiblock-mod-py/files/usr/lib/python3.7/ruab_sum_ip.py - chmod +x /usr/bin/ruab_parser.py + wget --no-check-certificate -O /tmp/ruantiblock-mod-py_0.9.0-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/ruantiblock_openwrt/master/packages/19.07/ruantiblock-mod-py_0.9.0-1_all.ipk + opkg install /tmp/ruantiblock-mod-py_0.9.0-1_all.ipk + rm /tmp/ruantiblock-mod-py_0.9.0-1_all.ipk **3. Включение модуля:**