aboutsummaryrefslogtreecommitdiff
path: root/stowpkg
diff options
context:
space:
mode:
Diffstat (limited to 'stowpkg')
-rwxr-xr-xstowpkg2
1 files changed, 1 insertions, 1 deletions
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