From 55b70e091305358f4349d1bd514d62f866932f15 Mon Sep 17 00:00:00 2001 From: Electronic Eel Date: Mon, 31 May 2021 17:13:33 +0200 Subject: [PATCH] Add the repo URL to the comments and documentation. In case the script gets copied around and mirrored, the end user should see where to get the latest version. --- README.md | 4 ++++ migrate2rocky.sh | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index b9800d1..4ba5e7a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Running this script will convert an existing CentOS 8 system to Rocky Linux 8. [!! USE WITH CAUTION !!] ``` +### Latest Version + +The latest version of this script can be found [here](https://github.com/rocky-linux/rocky-tools/). + ### Debugging The `migrate2rocky` script pipes everything shown on `stdout` and `stderr` to diff --git a/migrate2rocky.sh b/migrate2rocky.sh index 196ad61..339b881 100644 --- a/migrate2rocky.sh +++ b/migrate2rocky.sh @@ -4,6 +4,9 @@ # By: Peter Ajamian # Adapted from centos2rocky.sh by label # +# The latest version of this script can be found at: +# https://github.com/rocky-linux/rocky-tools +# ## Rocky is RC status. Using this script means you accept all risks of system ## instability.