fixing up bootstrappign scripts
This commit is contained in:
parent
12dabf43e9
commit
651c566ae9
4 changed files with 36 additions and 8 deletions
8
home/run_once_02install-rust.sh.tmpl
Normal file
8
home/run_once_02install-rust.sh.tmpl
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh && \
|
||||
chmod u+x /tmp/rustup.sh && \
|
||||
/tmp/rustup.sh -y && \
|
||||
rustup update stable
|
Loading…
Add table
Add a link
Reference in a new issue