From: Silvio Rhatto Date: Fri, 10 Mar 2017 03:04:41 +0000 (-0300) Subject: Automatically install dependencies X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e36361ab67057cfafe2cfc72caae4d2f926c4e5a;p=metadot.git Automatically install dependencies --- diff --git a/metadot b/metadot index 328cddc..fb07f86 100755 --- a/metadot +++ b/metadot @@ -109,7 +109,7 @@ function metadot_deps { if [ -e "/etc/debian_version" ] && [ -e "$MODULES/$module/dependencies/debian" ]; then deps="`grep -v '^#' $MODULES/$module/dependencies/debian | xargs`" - sudo apt install $deps + sudo apt-get install -y $deps fi else