Your Name 3 years ago
parent
commit
bcf8026a2c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      install.sh

+ 1 - 3
install.sh

@@ -1,7 +1,7 @@
 #!/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 python3-bs4
+sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5 python3-bs4 -y
 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 adafruit-circuitpython-max7219
 pip3 install requests
 pip3 install requests
@@ -38,5 +38,3 @@ fi
 
 
 cd $PWD
 cd $PWD
 sudo python3 view_message.py --text "If you can read this, max7219 is working. You can reboot RaspberryPi."
 sudo python3 view_message.py --text "If you can read this, max7219 is working. You can reboot RaspberryPi."
-
-