Last active
June 18, 2025 15:51
-
-
Save chapmanjacobd/f585581a1dc6d2df4068d1398e8e8196 to your computer and use it in GitHub Desktop.
fedora ostree remotes
This file contains hidden or 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
sudo ostree remote add fedora https://ostree.fedoraproject.org --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist --set=gpgkeypath=/etc/pki/rpm-gpg/ | |
sudo rpm-ostree cleanup -m | |
sudo rpm-ostree rebase fedora:fedora/42/x86_64/kinoite | |
--- | |
sudo ostree remote add fedora-iot https://ostree.fedoraproject.org/iot --contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist --set=gpgkeypath=/etc/pki/rpm-gpg/ | |
sudo rpm-ostree cleanup -m | |
sudo rpm-ostree rebase fedora-iot:fedora/stable/x86_64/iot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment