mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-11-12 22:57:09 +00:00
Update install.py
This commit is contained in:
parent
327bae4cec
commit
fae33f0ccb
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def install_package(package):
|
|||
|
||||
else:
|
||||
if package == 'pip3':
|
||||
package == 'python3-pip'
|
||||
package = 'python3-pip'
|
||||
|
||||
system(INSTALL_PACKAGES + package)
|
||||
|
||||
|
|
Loading…
Reference in a new issue