Browse Source

fix Ubuntu dependency installation

Jens Keim 6 năm trước cách đây
mục cha
commit
6e14fdd6dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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