diff --git a/scripts_debian/vars.sh b/scripts_debian/vars.sh index ffa3d80..0d33664 100644 --- a/scripts_debian/vars.sh +++ b/scripts_debian/vars.sh @@ -27,10 +27,10 @@ DEBIAN_MIRROR=http://ftp.us.debian.org/debian # TODO: Not yet implemented DEBIAN_MIRRORS=('http://ftp.us.debian.org/debian', 'http://http.debian.net/debian, - 'http://ftp.ca.debian.org/debian, - ) + 'http://ftp.ca.debian.org/debian, + ) # ------------------------------------------------------------------------------ # apt-get configuration options # ------------------------------------------------------------------------------ -APT_GET_OPTIONS="-o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes --yes" +APT_GET_OPTIONS="-o Dpkg::Options::="--force-confnew" --force-yes --yes" diff --git a/scripts_qubuntu/vars.sh b/scripts_qubuntu/vars.sh index 391cafe..4e15c21 100755 --- a/scripts_qubuntu/vars.sh +++ b/scripts_qubuntu/vars.sh @@ -28,4 +28,4 @@ DEBIAN_MIRRORS=('http://archive.ubuntu.com/ubuntu', # ------------------------------------------------------------------------------ # apt-get configuration options # ------------------------------------------------------------------------------ -APT_GET_OPTIONS="-o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes --yes" +APT_GET_OPTIONS="-o Dpkg::Options::="--force-confnew" --force-yes --yes"