home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 17 Apr 2025 21:01:43 +0000 (23:01 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 17 Apr 2025 21:01:43 +0000 (23:01 +0200)
testing/scripts/setup_desktop.sh

index 87e846ce7f1f66f48e6ebff9bc67a766d23a6daf..11ddb9a2817978df783eb9b1f55282191bb2e85d 100755 (executable)
@@ -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