Projekt

Allgemein

Profil

Repo rockylinux » Historie » Version 1

Jeremias Keihsler, 04.07.2024 20:01

1 1 Jeremias Keihsler
h1. migrate to Rocky Linux
2
3
taken from https://hostkey.com/documentation/technical/centos_migrating/rockylinux
4
5
<pre><code class="shell">
6
cd /tmp
7
curl -O https://raw.githubusercontent.com/rocky-linux/rocky-tools/main/migrate2rocky/migrate2rocky.sh
8
</code></pre>
9
10
<pre><code class="shell">
11
chmod +x migrate2rocky.sh
12
</code></pre>
13
14
<pre><code class="shell">
15
bash migrate2rocky.sh -r
16
</code></pre>