wareck 2 years ago
parent
commit
6463516ae3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -1,8 +1,8 @@
 #!/bin/bash
 echo "installation des librairies"
 sleep 1
-apt-get update
-apt-get install build-essential git avr-libc gcc-avr libpci-dev avrdude
+sudo apt-get update
+sudo apt-get install build-essential git avr-libc gcc-avr libpci-dev avrdude -y
 echo "Decompression des fichiers"
 sleep 2
 if [ ! -d "arduino_firmware" ]; then