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('Завершение работы...')