mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-26 03:37:56 +00:00
prereq
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
./ubuntu-prerequisites.sh
|
||||
Executable
+8
@@ -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"
|
||||
Reference in New Issue
Block a user