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