Use APT to install the rust toolchain
This commit is contained in:
parent
3929472997
commit
3082e0e81d
5 changed files with 8 additions and 6 deletions
|
|
@ -9,6 +9,8 @@ black \
|
|||
bluez \
|
||||
borgbackup \
|
||||
build-essential \
|
||||
cargo \
|
||||
cargo-doc \
|
||||
curl \
|
||||
direnv \
|
||||
docker.io \
|
||||
|
|
@ -51,6 +53,8 @@ python3-pylsp-rope \
|
|||
python3.12-venv \
|
||||
qtwayland5 \
|
||||
reuse \
|
||||
rust-doc \
|
||||
rust-llvm \
|
||||
shellcheck \
|
||||
slurp \
|
||||
software-properties-common \
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#! /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