Explorar el Código

Re-enable apt-get in install.

pull/2/head
Tony DiCola hace 9 años
padre
commit
2a477efdfc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      install.sh

+ 2
- 2
install.sh Ver fichero

@@ -11,8 +11,8 @@ fi

echo "Installing dependencies..."
echo "=========================="
#apt-get update
#apt-get -y install build-essential python-dev python-pip python-pygame supervisor git
apt-get update
apt-get -y install build-essential python-dev python-pip python-pygame supervisor git

echo "Installing omxplayer..."
echo "======================="


Cargando…
Cancelar
Guardar