mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-05-14 02:55:04 +00:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt-get -y update
|
|
sudo apt-get -y install python3-protobuf protobuf-compiler #scons splint valgrind
|
|
cd examples/simple
|
|
make
|