Убрал кнопку Файл

This commit is contained in:
Petro1990 2025-11-26 11:38:31 +03:00
parent e1d6b78207
commit b82bd53a1d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ echo "=== Установка Mihomo Studio из репозитория (v18.3 +
echo "[1/4] Проверка Python и модулей..."
opkg update
# python3-codecs ОБЯЗАТЕЛЕН для работы urllib и кодировки idna
PACKAGES="python3-base python3-light python3-email python3-urllib python3-codecs python3-pyyaml"
PACKAGES="python3-base python3-light python3-email python3-urllib python3-codecs python3-yaml"
for pkg in $PACKAGES; do
if ! opkg list-installed | grep -q "^$pkg"; then