Skip to content

Commit

Permalink
Improve wording for failures of qubes-dom0-update
Browse files Browse the repository at this point in the history
Make it clear that you can use --clean to just start over.

(cherry picked from commit f44d9eb)
  • Loading branch information
marmarta authored and marmarek committed Jul 24, 2023
1 parent 7027ea8 commit 1aae7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom0-updates/qubes-dom0-update
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ if [ -r /var/lib/qubes/updates/errors ]; then
echo "*** ERROR while receiving updates:" >&2
cat /var/lib/qubes/updates/errors >&2
echo "--> if you want to use packages that were downloaded correctly, use dnf directly now" >&2
echo "--> otherwise, you can use --clean to remove left-over packages" >&2
exit 1
fi

Expand Down

0 comments on commit 1aae7e0

Please sign in to comment.