config
config copied to clipboard
feat: added ujust toggle-release command
Description
This implements the feature mentioned in #251. I've tested it locally on my bluefin-nvidia install.
Usage
- Run
ujust toggle-release
to get a selection menu of available releases. Enter on the release you want and it should trigger an appropriaterpm-ostree rebase
for your current image. - Run
ujust toggle-release <option>
to directly run the rebase; skipping the selection menu e.g.ujust toggle-release 39
. Available options:-
latest
-
gts
-
40
-
39
-
38
-
- Selecting the same release as currently installed will result in a message
You are already on this release!
and it will exit the script. - Run
ujust toggle-release help
to see the description on how to use this command.