]> gitweb.fluxo.info Git - stowpkg.git/commitdiff
Use apt -y for resolving dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Nov 2017 15:59:12 +0000 (13:59 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Nov 2017 15:59:12 +0000 (13:59 -0200)
stowpkg

diff --git a/stowpkg b/stowpkg
index 9bcdbe51003aaea45188faf6ea71062ab6d706fb..da22e89b7bfdcc34238f8d52759f5470cebc6dd4 100755 (executable)
--- 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