Explorar el Código

fix Ubuntu dependency installation

Jens Keim hace 6 años
padre
commit
6e14fdd6dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/install_dependencies.sh

+ 1 - 1
resources/install_dependencies.sh

@@ -59,7 +59,7 @@ install_pkg_ubuntu()
     if [ $? != 0 ]; then
         # Install all missing packages
         echo -e "Packages: Installing..."
-        $SUDO "apt-get install $APT_PKGS"
+        $SUDO apt-get install $APT_PKGS
     else
         echo -e "Packages: Found."
     fi