You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/migrate2rocky.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ update: 11-23-2021
9
9
10
10
## Prerequisites and assumptions
11
11
12
-
* CentOS Stream, CentOS, Alma Linux, RHEL, or Oracle Linux running well on a hardware server or VPS. The current supported version for each of these is 8.8 or 9.2.
12
+
* CentOS Stream, CentOS, Alma Linux, RHEL, or Oracle Linux running well on a hardware server or VPS. The current supported version for each of these is 8.9 or 9.3.
13
13
* A working knowledge of the command line
14
14
* A working knowledge of SSH for remote machines
15
15
* A mildly risk-taking attitude
16
-
* Run commands as root. Either log in as root, or have the ability to elevate privileges with `sudo`.
16
+
* Run commands as root. Either log in as root, or have the ability to elevate privileges with `sudo`
17
17
18
18
## Introduction
19
19
@@ -23,7 +23,7 @@ For example, some server providers will not support Rocky Linux by default for a
23
23
24
24
Well, we have the tool for you: [migrate2rocky](https://github.com/rocky-linux/rocky-tools/tree/main/migrate2rocky).
25
25
26
-
It is a script that, when run, will change out all of your repositories to those of Rocky Linux. Packages will install and upgrade or down-grade as necessary, and your OS's branding will also change.
26
+
It is a script that, when run, will change out all of your repositories to those of Rocky Linux. Packages will install and upgrade or down-grade as necessary, and your operating system's branding will also change.
27
27
28
28
Do not worry, if you are new to systems administration, I will be keeping this as user friendly as possible. Well, as user friendly as the command line gets.
0 commit comments