home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 6 May 2025 02:54:31 +0000 (04:54 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 6 May 2025 02:54:31 +0000 (04:54 +0200)
bookworm/scripts/lib/apt_get_digested

index 0157c683907f3e3cd95534665b59042be624e4e3..67cbccb34ca7bdbdef6199d3469d331d99fe02d7 100644 (file)
@@ -33,7 +33,7 @@ update-alternatives: providing in auto mode:|update-alternatives: using ([[:prin
 
 _LAST_PREFIX=''
 _STARTED_PRINTING=
-DEBIAN_FRONTEND=noninteractive eval "apt-get -y $1; echo ${_FINISH_LINE}" 2>&1 | while read _LINE; do
+eval "DEBIAN_FRONTEND=noninteractive apt-get -y $1; echo ${_FINISH_LINE}" 2>&1 | while read _LINE; do
     _LINE=$(printf '%s' "${_LINE}" | tr -d '\r')
     if [ -z "${_LINE}" ]; then
         continue