|
@@ -1,7 +1,10 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
sudo usermod -a -G spi,gpio pi
|
|
sudo usermod -a -G spi,gpio pi
|
|
-sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5
|
|
|
|
|
|
+sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5 python3-bs4
|
|
sudo python3 -m pip install --upgrade luma.led_matrix
|
|
sudo python3 -m pip install --upgrade luma.led_matrix
|
|
|
|
+pip3 install adafruit-circuitpython-max7219
|
|
|
|
+pip3 install requests
|
|
|
|
+
|
|
cd /home/pi/
|
|
cd /home/pi/
|
|
git clone http://gogserver.dnsalias.com:3000/wareck/luma.led_matrix.git
|
|
git clone http://gogserver.dnsalias.com:3000/wareck/luma.led_matrix.git
|
|
git clone http://gogserver.dnsalias.com:3000/wareck/Bitcoin-Bar.git
|
|
git clone http://gogserver.dnsalias.com:3000/wareck/Bitcoin-Bar.git
|