installation script for testing
This commit is contained in:
parent
fd0a2a4fee
commit
44584d8cac
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo apt-get install git
|
||||
sudo apt-get update && sudp apt-get upgrade
|
||||
sudo apt-get install git python3-pip tmux vim -y
|
||||
pip install smbus
|
||||
git clone https://github.com/juliangaal/mpu6050.git
|
||||
|
|
Loading…
Reference in a new issue