Update Workflows/Linux/Fedora Workstation/Upgrading_Versions.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s

This commit is contained in:
2025-11-12 04:07:46 -07:00
parent 6a3acf1ab8
commit 2214757a48

View File

@@ -3,7 +3,7 @@ If you want to upgrade Fedora Workstation to a new version (e.g. 41 --> 42) you
```sh
sudo dnf upgrade --refresh
sudo dnf system-upgrade download --releasever=42
sudo dnf system-upgrade download --releasever=43
sudo dnf system-upgrade reboot
```