Googlefan commited on
Commit
04e1fa4
·
1 Parent(s): 751111e

refactor(app.py): add silent installation flag for rustup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
 
3
- os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
4
  os.system(
5
  'pip install -U "git+https://github.com/tuna2134/sbv2-api#egg=sbv2_bindings&subdirectory=sbv2_bindings"'
6
  )
 
1
  import os
2
 
3
+ os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y")
4
  os.system(
5
  'pip install -U "git+https://github.com/tuna2134/sbv2-api#egg=sbv2_bindings&subdirectory=sbv2_bindings"'
6
  )