fixing up bootstrappign scripts

This commit is contained in:
Matthew Ryan Dillon 2023-09-03 13:55:53 -04:00
parent 12dabf43e9
commit 651c566ae9
4 changed files with 36 additions and 8 deletions

View 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