We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc14643 commit aad680eCopy full SHA for aad680e
src/scripts/linux.sh
@@ -281,7 +281,8 @@ version=${1:-'8.3'}
281
ini=${2:-'production'}
282
src=${0%/*}/..
283
debconf_fix="DEBIAN_FRONTEND=noninteractive"
284
-apt_install="sudo $debconf_fix apt-fast install -y --no-install-recommends"
+dpkg_options='-o Dpkg::Options::="--force-confnew"'
285
+apt_install="sudo $debconf_fix apt-fast $dpkg_options install -y --no-install-recommends"
286
scripts="$src"/scripts
287
288
add_sudo >/dev/null 2>&1
0 commit comments