From 0b5ef09a71b9b08c2dfcd48cfb0a9eddaf0e98f9 Mon Sep 17 00:00:00 2001 From: M33 <m33_qoto@tok715.net> Date: Wed, 10 Mar 2021 13:06:31 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c24455..e97ba9b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ And the ```mutt``` command line mail tool to send summary reports (likely instal Use wget (or curl) to download the installer script, and run it ``` -wget https://raw.githubusercontent.com/m33m33/aideCheck.sh/master/install.sh +wget https://git.qoto.org/m33/aideCheck-sh/-/raw/master/install.sh ./install.sh ``` @@ -31,12 +31,12 @@ And follow asked questions, this will setup aideCheck.sh and install it to ``` Get aideCheck.sh ``` -git clone https://github.com/m33m33/aideCheck.sh.git +git clone https://git.qoto.org/m33/aideCheck-sh ``` or ``` -wget https://raw.githubusercontent.com/m33m33/aideCheck.sh/master/aideCheck.sh +wget https://git.qoto.org/m33/aideCheck-sh/-/raw/master/aideCheck.sh ``` Edit the aideCheck.sh configuration header, copy the script where you like. -- GitLab