debian/ubuntu

This commit is contained in:
rzadp
2024-06-12 12:12:58 +02:00
parent 1ad9a8ce75
commit 7b16ab63a2
3 changed files with 44 additions and 34 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
apt-get update
apt-get install -y curl git protobuf-compiler
apt-get install -y curl git protobuf-compiler build-essential libclang-15-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"