Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Version upgrade #88

Open
boredsquirrel opened this issue Mar 16, 2023 · 1 comment
Open

Enable Version upgrade #88

boredsquirrel opened this issue Mar 16, 2023 · 1 comment
Labels
staging suggestions being considered

Comments

@boredsquirrel
Copy link
Collaborator

#!/bin/bash
source /etc/os-release

read -p "What version of Fedora are you upgrading to? (37, 38 etc): " NEXT_VERSION
echo "Upgrading to Fedora $NEXT_VERSION from Fedora $VERSION_ID"
read -p "Press any key to continue...." 

sudo rpm-ostree rebase fedora:fedora/$NEXT_VERSION/x86_64/$VARIANT_ID 

This may already work.

@iaacornus
Copy link
Collaborator

this is an interesting thought, such that you can easily rebase, ill look into it

@iaacornus iaacornus added the staging suggestions being considered label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staging suggestions being considered
Projects
None yet
Development

No branches or pull requests

2 participants