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

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