mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 04:27:57 +00:00
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
#/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"
|