Spaces:
Runtime error
Runtime error
Commit
·
7e11d63
1
Parent(s):
5476c21
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ perm = subprocess.run(command2, shell=True,stdout=subprocess.PIPE,stderr=subproc
|
|
16 |
# result = subprocess.run(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
17 |
# print("Wine Installation: ",wine_c)
|
18 |
print("Access Installation: ",perm)
|
|
|
19 |
os.system("sudo dpkg --add-architecture i386")
|
20 |
os.system("sudo apt-get update")
|
21 |
os.system("sudo apt-get install wine32:i386")
|
|
|
16 |
# result = subprocess.run(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
17 |
# print("Wine Installation: ",wine_c)
|
18 |
print("Access Installation: ",perm)
|
19 |
+
os.system("apt install sudo")
|
20 |
os.system("sudo dpkg --add-architecture i386")
|
21 |
os.system("sudo apt-get update")
|
22 |
os.system("sudo apt-get install wine32:i386")
|