From 968c615a2d34ea1b8bd3ff13884a58a9ef50fee5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 17 Apr 2025 23:01:43 +0200 Subject: [PATCH] Fix. --- testing/scripts/setup_desktop.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/scripts/setup_desktop.sh b/testing/scripts/setup_desktop.sh index 87e846c..11ddb9a 100755 --- a/testing/scripts/setup_desktop.sh +++ b/testing/scripts/setup_desktop.sh @@ -48,12 +48,12 @@ PATH_COPY_TAG_ALL="../copy/${TAG_ALL}" upgrade_from_older_release() { apt_update_to_full_upgrade() { - apt-get -q update - apt-get -q -y -o Dpkg::Options::='--force-confnew' upgrade - apt-get -q -y -o Dpkg::Options::='--force-confnew' full-upgrade + apt-get -q -q update + apt-get -q -q -y -o Dpkg::Options::='--force-confnew' upgrade + apt-get -q -q -y -o Dpkg::Options::='--force-confnew' full-upgrade } apt_update_to_full_upgrade - cp "${PATH_COPY_TAG_ALL}${TAG_ALL}${PATH_ETC_APT}/sources.list" "${PATH_ETC_APT}/" + cp "${PATH_COPY_TAG_ALL}${PATH_ETC_APT}/sources.list" "${PATH_ETC_APT}/" apt-get clean apt_update_to_full_upgrade apt-get -q -y --purge autoremove -- 2.30.2