From fd0a2a4fee8576622e6564285eb99ce4ff560eb5 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Mon, 15 Apr 2019 20:24:53 +0200 Subject: [PATCH] Create intall_raspi_deps.sh --- test/intall_raspi_deps.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/intall_raspi_deps.sh diff --git a/test/intall_raspi_deps.sh b/test/intall_raspi_deps.sh new file mode 100644 index 0000000..1d50065 --- /dev/null +++ b/test/intall_raspi_deps.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +sudo apt-get install git +git clone https://github.com/juliangaal/mpu6050.git