This commit is contained in:
rzadp
2024-06-12 11:38:14 +02:00
parent becfe54d33
commit 2d615cbf84
3 changed files with 17 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
./ubuntu-prerequisites.sh
+8
View File
@@ -0,0 +1,8 @@
#/usr/env bash
set -euo pipefail
apt-get update
apt-get install -y curl git protobuf-compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"