From: Christian Heller Date: Tue, 6 May 2025 00:43:34 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bdb.prefix%7D%7D/edit?a=commitdiff_plain;h=5ecb06772cbb4b396e0143a26c06e05591b7c76a;p=config Fix. --- diff --git a/bookworm/scripts/minimize_installation.sh b/bookworm/scripts/minimize_installation.sh index 22af105..78a61bd 100755 --- a/bookworm/scripts/minimize_installation.sh +++ b/bookworm/scripts/minimize_installation.sh @@ -26,11 +26,10 @@ dpkg-query -Wf '${Package} ${Priority}\n' | grep " ${_TOK_REQ}" | cut -d' ' -f1 sort "${_PATH_LIST_UNSORTED}" > "${_PATH_LIST_WHITE}" echo $(cat "${_PATH_LIST_WHITE}") -prefixed_msg_no_nl 'collect installed packages outside this selection: ' +prefixed_msg_no_nl 'collect installed packages outside this selection …' dpkg-query -Wf '${Package}\n' > "${_PATH_LIST_UNSORTED}" sort "${_PATH_LIST_UNSORTED}" > "${_PATH_LIST_ALL_PACKAGES}" comm -3 "${_PATH_LIST_ALL_PACKAGES}" "${_PATH_LIST_WHITE}" > "${_PATH_LIST_BLACK}" -echo $(cat "${_PATH_LIST_BLACK}") prefixed_msg 'apt-mark auto from diff …' apt-mark auto `cat "${_PATH_LIST_BLACK}"` > /dev/null