-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from Ultramarine-Linux/temporary-upgrade-path
feat: add a temporary upgrade path page
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Upgrade to Ultramarine 40 | ||
description: "A temporary notice for the 39 to 40 upgrade path." | ||
--- | ||
|
||
This page is a temporary notice for upgrading Ultramarine 39 to 40. | ||
For this release cycle, we've decided to release an upgrade path before the full distrbution release. | ||
This should let existing users enjoy the new set of packages in 40 sooner. | ||
A full blog post detailing changes will be published for the full distrbution release. | ||
|
||
## Flagship, GNOME, and KDE Editions | ||
|
||
You can use the editon's graphical app store to upgrade your system to 40. | ||
On Flagship and GNOME, this will be GNOME Software, while on KDE, this will be Plasma Discover. | ||
|
||
You might need to update your system normally before the upgrade to 40 shows up in the app store. | ||
|
||
## Pantheon Edition | ||
|
||
The Pantheon upgrade path isn't ready yet. | ||
While all of the required packages are in the UM and Terra repositories, the Pantheon desktop enviroment is broken for a variety of reasons. | ||
We are currently working with upstream and other partners to resolve this, but it's possible that Pantheon may be skipped, deprecated, or defered until mid-cycle. | ||
If you are interested in contributing to Ultramarine Pantheon, please join [our chats](en/community/community) and let us know! | ||
|
||
## Command line | ||
|
||
In case the above doesn't work, you can always upgrade through the command line, using `dnf system-upgrade`. | ||
|
||
Run the following and follow the prompts: | ||
|
||
```sh | ||
sudo dnf upgrade --refresh | ||
sudo dnf install dnf-plugin-system-upgrade | ||
sudo dnf system-upgrade download --releasever=40 | ||
sudo dnf system-upgrade reboot | ||
``` |