From 4b285bd9d46f1d5e1c66133ab7f2a3a8af7efd84 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Mon, 15 Apr 2019 21:10:33 +0200 Subject: [PATCH] typo --- test/intall_raspi_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intall_raspi_deps.sh b/test/intall_raspi_deps.sh index eab04bd..65ea38f 100644 --- a/test/intall_raspi_deps.sh +++ b/test/intall_raspi_deps.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -sudo apt-get update && sudp apt-get upgrade +sudo apt-get update && sudo apt-get upgrade sudo apt-get install git python3-pip tmux vim -y pip install smbus git clone https://github.com/juliangaal/mpu6050.git