Qubes Upgrade to 4.3 - Commands incorrect on Qubes tutorial - Please fix

On the Qubes 4.3 Upgrade Tutorial in the In-place upgrade section underneath the full list of options, there are these commands:

sudo qubes-dist-upgrade --all-pre-reboot
sudo qubes-dist-upgrade --all-post-reboot

They should be changed either to this:

sudo qubes-dist-upgrade --releasever=4.3 --all-pre-reboot
sudo qubes-dist-upgrade --releasever=4.3 --all-post-reboot

or to this:

sudo qubes-dist-upgrade -y --releasever=4.3 --all-pre-reboot
sudo qubes-dist-upgrade -y --releasever=4.3 --all-post-reboot

For any admins/mods who have access to the 4.3 Upgrade Tutorial page, could you please make these changes?

4 Likes

If you want, you can make a PR to the Qubes Docs yourself.

2 Likes

I don’t have a github account and don’t desire to make one since it’s captcha is impossible on tor browser. So hopefully someone can do it for me.

1 Like

@parulin

I think I made a pull request that should fix this?

Next time, you can check the pending PRs and if necessary, I think that you can send a patch:

4 Likes

Great thankyou

2 Likes