summaryrefslogtreecommitdiff
path: root/base-install
diff options
context:
space:
mode:
Diffstat (limited to 'base-install')
-rwxr-xr-xbase-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/base-install b/base-install
index b3a7f6e..593bb0c 100755
--- a/base-install
+++ b/base-install
@@ -38,7 +38,7 @@ case "$DISTRIB_INFO" in
esac
sudo $DPKG --set-selections < "$PACK_LIST"
-sudo $APT_GET -y -u dselect-upgrade
+sudo $APT_GET -y --force-yes -u dselect-upgrade
if [ ! -f $JAVA_CONF ]; then