From bab46247c96830ab5dbdb486ae91b84ee8c983ce Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 29 Jan 2016 11:44:12 +0100 Subject: do a dist-upgrade --- scripts/base.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/base.sh b/scripts/base.sh index ee3835b..08f88ee 100644 --- a/scripts/base.sh +++ b/scripts/base.sh @@ -4,6 +4,7 @@ perl -p -i -e 's#http://us.archive.ubuntu.com/ubuntu#http://mirror.rackspace.com # Update the box apt-get -y update >/dev/null +apt-get -q -y -o \'DPkg::Options::=--force-confold\' dist-upgrade # Tweak sshd to prevent DNS resolution (speed up logins) echo 'UseDNS no' >> /etc/ssh/sshd_config -- cgit v1.2.3