From: Silvio Rhatto Date: Sun, 19 Nov 2017 15:59:12 +0000 (-0200) Subject: Use apt -y for resolving dependencies X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eb800d05572854cf7cbb76b9a83503a0b3f375ed;p=stowpkg.git Use apt -y for resolving dependencies --- diff --git a/stowpkg b/stowpkg index 9bcdbe5..da22e89 100755 --- a/stowpkg +++ b/stowpkg @@ -159,7 +159,7 @@ stowpkg_install () { # Resolve debian dependencies if [ -e "/etc/debian_version" ]; then if [ ! -z "$dependencies_debian" ]; then - $SUDO apt install $dependencies_debian + $SUDO apt install -y $dependencies_debian fi fi