Update install.py
This commit is contained in:
@@ -24,7 +24,7 @@ def check_os():
|
||||
if __name__ == "__main__":
|
||||
check_os()
|
||||
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:
|
||||
os.system(f'sudo apt-get install {p} -y')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user