mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update Checks.py
This commit is contained in:
parent
88b89d1ea5
commit
4677aca17c
@ -38,7 +38,7 @@ def checkNgrok(): #Ngrok check
|
||||
if path.isfile('Server/ngrok') == False: #Is Ngrok downloaded?
|
||||
print(_('[*] Ngrok Not Found !!'))
|
||||
print(_('[*] Downloading Ngrok...'))
|
||||
if 'Android' in str(check_output(('uname', '-a'))):
|
||||
if 'Android' in str(check_output(('uname', '-a'))) or 'arm' in str(check_output(('uname', '-a'))):
|
||||
filename = 'ngrok-stable-linux-arm.zip'
|
||||
else:
|
||||
ostype = systemos().lower()
|
||||
|
Loading…
x
Reference in New Issue
Block a user