mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y build-essential libssl-dev libelf-dev flex bison bc protobuf-compiler
|