packages: rustup
This commit is contained in:
parent
75ee9901ce
commit
64aa9c49d0
4 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
auto-cpufreq
|
||||
tlp
|
||||
fw-ectool-git
|
||||
inputmodule-control
|
||||
|
|
|
@ -4,3 +4,4 @@ android-fs
|
|||
android-tools
|
||||
aafm-git
|
||||
libguestfs
|
||||
ifuse
|
||||
|
|
0
packages/rustup/arch
Normal file
0
packages/rustup/arch
Normal file
3
packages/rustup/bash
Executable file
3
packages/rustup/bash
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# https://www.rust-lang.org/tools/install
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
Loading…
Add table
Reference in a new issue