Explorar el Código

update setup script

Sergey Zavadski hace 11 años
padre
commit
040651ddf5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      leda/install.sh

+ 2 - 0
leda/install.sh

@@ -3,6 +3,8 @@
 RETCODE=$(fw_exists leda)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
+sudo apt-get install g++
+
 git clone [email protected]:sergeyzavadski/leda.git
 cd leda
 ./configure