Преглед изворни кода

fix Ubuntu dependency installation

Jens Keim пре 6 година
родитељ
комит
6e14fdd6dd
1 измењених фајлова са 1 додато и 1 уклоњено
  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