Browse Source

fix Ubuntu dependency installation

Jens Keim 5 years ago
parent
commit
6e14fdd6dd
1 changed files with 1 additions and 1 deletions
  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