mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
add rust
This commit is contained in:
6
rust/rust.bash
Normal file
6
rust/rust.bash
Normal 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
2
rustlang/rustlang.bash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Straight from https://rustup.rs/
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
Reference in New Issue
Block a user