Files
PlanarianScanner/etc/2-cargo-reductstore-install.sh
2026-05-30 08:31:26 +02:00

15 lines
386 B
Bash
Executable File

#!/bin/bash
echo "--- install reductstore"
echo " machine raspberry pi4"
echo " Compilation finished `release` profile [optimized] target(s) in 16m 31s"
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
mkdir -p $HOME/reduct-media