Add an installation script for rustup
This commit is contained in:
parent
0532ef102f
commit
723ceba14b
1 changed files with 3 additions and 0 deletions
3
.config/setup/21-install-rustup.sh
Executable file
3
.config/setup/21-install-rustup.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#! /usr/bin/sh
|
||||||
|
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
Loading…
Add table
Add a link
Reference in a new issue