Skip to content

Commit

Permalink
ubuntu automated install fails when upgrading from older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhilliard committed Apr 20, 2018
1 parent b239c4e commit ab3b96e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh
Expand Up @@ -94,9 +94,10 @@ echo '[done]'

debconf-set-selections <<< "console-setup console-setup/charmap47 select UTF-8"
debconf-set-selections <<< "console-setup console-setup/codeset47 select Lat15"
export DEBIAN_FRONTEND=noninteractive

echo -n "Doing a full system upgrade to ensure latest packages are installed (be patient)... "
log_break && apt-get dist-upgrade -yq &>> /tmp/ixp-manager-install.log
log_break && apt-get dist-upgrade -o "Dpkg::Options::=--force-confnew" -yq &>> /tmp/ixp-manager-install.log
apt-get install -yq ubuntu-minimal openssl wget &>> /tmp/ixp-manager-install.log
apt-get autoremove -yq &>> /tmp/ixp-manager-install.log
echo '[done]'
Expand Down

0 comments on commit ab3b96e

Please sign in to comment.