Narsil commited on
Commit
9f6a755
·
unverified ·
1 Parent(s): fa0a4d8

Rustup no prompt.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import subprocess
3
 
4
 
5
  subprocess.run(
6
- "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh", shell=True
 
7
  )
8
  subprocess.run("pip install -U pip", shell=True)
9
  subprocess.run(
 
3
 
4
 
5
  subprocess.run(
6
+ "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-prompt",
7
+ shell=True,
8
  )
9
  subprocess.run("pip install -U pip", shell=True)
10
  subprocess.run(