Update install.py
This commit is contained in:
@@ -24,7 +24,7 @@ def check_os():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
check_os()
|
check_os()
|
||||||
if is_debian:
|
if is_debian:
|
||||||
os.system('sudo apt-get update && apt-get upgrade -y')
|
os.system('sudo apt-get update && sudo apt-get upgrade -y')
|
||||||
for p in linux_packages:
|
for p in linux_packages:
|
||||||
os.system(f'sudo apt-get install {p} -y')
|
os.system(f'sudo apt-get install {p} -y')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user