Commit 454a2893 authored by plaasio's avatar plaasio 👷🏽

Update build-raspi.sh

parent 73cd3d1c
......@@ -22,6 +22,10 @@ apt -y upgrade
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get update && apt-get install -y python2.7-dev python-pip python-rpi.gpio python3-rpi.gpio python-smbus i2c-tools nodejs
hciconfig hci0 up
hciconfig hci0 leadv 3
hcitool -i hci0 cmd 0x08 0x0008 17 02 01 06 03 03 aa fe 0f 16 aa fe 10 00 03 70 6c 61 61 73 2e 69 6f 2f 00 00 00 00 00 00 00 00
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install yarn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment