mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2025-03-04 14:37:11 +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:
|
else:
|
||||||
if package == 'pip3':
|
if package == 'pip3':
|
||||||
package == 'python3-pip'
|
package = 'python3-pip'
|
||||||
|
|
||||||
system(INSTALL_PACKAGES + package)
|
system(INSTALL_PACKAGES + package)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue