mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-06 21:12:12 -07:00
minor
This commit is contained in:
parent
1bd72b248f
commit
b82332a6df
1 changed files with 0 additions and 1 deletions
1
LANs.py
1
LANs.py
|
@ -31,7 +31,6 @@ def module_check(module):
|
||||||
'''
|
'''
|
||||||
Just for debian-based systems like Kali
|
Just for debian-based systems like Kali
|
||||||
'''
|
'''
|
||||||
print module
|
|
||||||
ri = raw_input('[-] python-%s not installed, would you like to install now? (apt-get install -y python-%s will be run if yes) [y/n]: ' % (module, module))
|
ri = raw_input('[-] python-%s not installed, would you like to install now? (apt-get install -y python-%s will be run if yes) [y/n]: ' % (module, module))
|
||||||
if ri == 'y':
|
if ri == 'y':
|
||||||
os.system('apt-get install -y python-%s' % module)
|
os.system('apt-get install -y python-%s' % module)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue