summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommon/scripts/install-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/install-deps.sh b/common/scripts/install-deps.sh
index a188bb9..920db2f 100755
--- a/common/scripts/install-deps.sh
+++ b/common/scripts/install-deps.sh
@@ -29,7 +29,7 @@ do
else
wait_for_unlock_apt
echo "==== Install $pkg package ===="
- apt-get install $pkg
+ apt-get install -y $pkg
fi
done
exit 0