diff --git a/centos-stream.md b/centos-stream.md index 97c9bdf..d6ffebb 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -17,9 +17,9 @@ toc: false ## Converting from CentOS Linux to CentOS Stream ```console -root@centos-linux# dnf swap centos-{linux,stream}-repos +[root@centos ~]# dnf swap centos-{linux,stream}-repos -root@centos-linux# dnf distro-sync +[root@centos ~]# dnf distro-sync ``` diff --git a/distro-faq.md b/distro-faq.md index 155fd05..93cc72b 100644 --- a/distro-faq.md +++ b/distro-faq.md @@ -62,9 +62,9 @@ Specifically, since the RHEL release cadence is every 3 years, and the full supp and are also below for your convenience.
-root@centos-linux# dnf swap centos-{linux,stream}-repos
+[root@centos ~]# dnf swap centos-{linux,stream}-repos
 
-root@centos-linux# dnf distro-sync
+[root@centos ~]# dnf distro-sync
 
This will result in some package updates and new packages being installed, which is expected.