Skip to content

Commit

Permalink
Remove redundant qubes-dom0-update message
Browse files Browse the repository at this point in the history
Message for --check-only is moved to qubes-dom0-update
main fix: QubesOS/qubes-core-admin-linux#162
original issue: QubesOS/qubes-issues#6126

(cherry picked from commit d6510a9)
  • Loading branch information
alimirjamali authored and marmarek committed Aug 23, 2024
1 parent dea8b95 commit 7548a38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package-managers/qubes-download-dom0-updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ fi

# just check for updates, but don't download any package
if [ ${#PKGLIST[@]} -eq 0 ] && [ "$CHECK_ONLY" = "1" ]; then
echo "Checking for dom0 updates..." >&2
# shellcheck disable=SC2086
UPDATES_FULL=$("${YUM[@]}" "${OPTS[@]}" check-update)
check_update_retcode=$?
Expand Down

0 comments on commit 7548a38

Please sign in to comment.