This commit is contained in:
AJ ONeal
2020-04-27 04:31:19 +00:00
parent c0a2c95266
commit f1890991e6
2 changed files with 8 additions and 0 deletions

6
rust/rust.bash Normal file
View File

@@ -0,0 +1,6 @@
echo ""
echo "'rust' is ambiguous. Did you mean 'rustlang'?"
echo ""
echo " curl https://webinstall.dev/rustlang | bash"
sleep 2
echo ""

2
rustlang/rustlang.bash Normal file
View File

@@ -0,0 +1,2 @@
# Straight from https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh