From ca1e5422a27dce71816dd9b02d7b1c654d2bb33f Mon Sep 17 00:00:00 2001 From: justuser Date: Mon, 19 Aug 2024 14:08:23 +0300 Subject: [PATCH] =?UTF-8?q?+=D0=94=D0=BE=D0=BC=D0=B5=D0=BD=D1=8B=20=D0=B8?= =?UTF-8?q?=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D1=89=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domain_check.py | 2 +- setup.py | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/domain_check.py b/domain_check.py index d406c62..5aedf20 100644 --- a/domain_check.py +++ b/domain_check.py @@ -1,5 +1,5 @@ from re import compile, sub -domains = ['jet', 'dyn'] +domains = ['jet', 'mirror', 'me'] def domain_ok(domain): global domains diff --git a/setup.py b/setup.py index 9a4ddfc..d182be4 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,14 @@ conf = read() conf['os'] = os write(conf) +if os == 'Android': print('''--- -[1/3] Устанавливаем зависимости python... +Устанавливаем зависимости rust... +---''') +system('pkg install rust') + +print('''--- +[1/3] Устанавливаем зависимости Python... ---''') system('pip install -r requirements.txt') @@ -33,7 +39,7 @@ elif os == 'Windows': unpack('bore.zip') system('del bore.zip') elif os == 'Android': - system('pkg install bore-cli') + system('pkg install bore') else: print('Увы, вероятно Ваша ОС не поддерживается.') print('Завершение работы...')