This commit is contained in:
2026-04-25 11:20:14 +02:00
parent ee47a6f06b
commit 3adc69cb89
14 changed files with 308 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
!/bin/bash
echo "--- install reductstore"
sudo apt install libprotobuf-dev protobuf-compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
cargo --version
rustc --version
cargo install reductstore