Add-Vishnu commited on
Commit
185c759
·
1 Parent(s): d038600

added sudo in front of apt install sudo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +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
- command3 = "apt install sudo"
20
  command4 = "sudo dpkg --add-architecture i386"
21
  command5 = "sudo apt-get update"
22
  command6 = "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
+ command3 = "sudo apt install sudo"
20
  command4 = "sudo dpkg --add-architecture i386"
21
  command5 = "sudo apt-get update"
22
  command6 = "sudo apt-get install wine32:i386"