From 6f4e74d60b444ca3924dd0e458ba50199613cbb5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 12 Jan 2020 05:18:53 +0100 Subject: [PATCH] Use confold instead of confdef for package installation script. --- buster/setup_scripts/install_for_target.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buster/setup_scripts/install_for_target.sh b/buster/setup_scripts/install_for_target.sh index 86537f9..3852e0d 100755 --- a/buster/setup_scripts/install_for_target.sh +++ b/buster/setup_scripts/install_for_target.sh @@ -13,7 +13,7 @@ for target in "$@"; do cat "${path}" | while read line; do echo "$line" if [ ! $(echo "${line}" | cut -c1) = "#" ]; then - apt-get -y -o Dpkg::Options::=--force-confdef install "${line}" + apt-get -y -o Dpkg::Options::=--force-confold install "${line}" fi done done -- 2.30.2