Update install.py

This commit is contained in:
Git Kern3l 2020-04-23 15:56:49 +07:00 committed by GitHub
parent 327bae4cec
commit fae33f0ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ def install_package(package):
else:
if package == 'pip3':
package == 'python3-pip'
package = 'python3-pip'
system(INSTALL_PACKAGES + package)