packages: rustup

This commit is contained in:
xeruf 2025-01-13 10:49:05 +01:00
parent 75ee9901ce
commit 64aa9c49d0
4 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,4 @@
auto-cpufreq
tlp
fw-ectool-git
inputmodule-control

View file

@ -4,3 +4,4 @@ android-fs
android-tools
aafm-git
libguestfs
ifuse

0
packages/rustup/arch Normal file
View file

3
packages/rustup/bash Executable file
View 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