dd53ff4
@@ -60,7 +60,7 @@
[source,bash,subs="attributes"]
----
- $ ostree remote refs fedora | grep {variant} | grep $(uname -i)
+ $ ostree remote refs fedora | grep {variant} | grep $(uname -m)
After you've verified the name of your branch, you are ready to proceed.
On Fedora 38 Kinoite uname -i prints 'unknown', whereas '-m' prints 'x86_64'. Fixes https://github.com/fedora-silverblue/silverblue-docs/issues/163
uname -i
Pull-Request has been merged by ngompa
On Fedora 38 Kinoite
uname -i
prints 'unknown', whereas '-m' prints 'x86_64'.Fixes https://github.com/fedora-silverblue/silverblue-docs/issues/163