This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Установка KeenKit: | |
| # 1. Установить Entware | |
| # 2. Подключиться к роутеру через SSH | |
| # 3. Ввести команду: | |
| opkg update && opkg install curl && curl -L -s "https://raw.githubusercontent.com/spatiumstas/KeenKit/main/install.sh" > /tmp/install.sh && sh /tmp/install.sh | |
| # Альтернативный источник: | |
| opkg update && opkg install curl && curl -L -s "https://osvault.keeneticported.dev/scripts/install.sh" > /tmp/install.sh && sh /tmp/install.sh | |
| # Запуск скрипта | |
| # Через ввод команды keenkit или /opt/keenkit.sh |