From 0532b30f7f0de19bf5eed1320e133b891cc17bde Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 9 May 2024 14:17:25 +0000 Subject: [PATCH] docs: updated docs to point to the new installer location --- docs/guides/linux-guide.md | 10 +++++----- docs/guides/osx-guide.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index ac22e7d53..647ac3404 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -28,7 +28,7 @@ Follow the following few steps only if you're migrating from v3. If not, skip to installation instructions. -Use the new installer script: `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` +Use the new installer script: `cd ~ && wget -N https://gitlab.com/nadeko/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` > - Install prerequisites (type `1` and press `enter`) > - Download (type `2` and press `enter`) > - Run (type `3` and press `enter`) @@ -38,7 +38,7 @@ Use the new installer script: `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko- Open Terminal (if you're on an installation with a window manager) and navigate to the location where you want to install the bot (for example `cd ~`) -1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` +1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/nadeko/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` 2. Install prerequisites (type `1` and press enter) 3. Download the bot (type `2` and press enter) 4. Exit the installer (type `6` and press enter) @@ -50,13 +50,13 @@ Open Terminal (if you're on an installation with a window manager) and navigate - `CTRL` + `X` - `Y` - `Enter` -8. Run the installer script again `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` +8. Run the installer script again `cd ~ && wget -N https://gitlab.com/nadeko/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` 9. Run the bot (type `3` and press enter) ##### Source Update Instructions 1. ⚠ Stop the bot ⚠ -2. Update and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` +2. Update and run the **new** installer script `cd ~ && wget -N https://gitlab.com/nadeko/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` 3. Update the bot (type `2` and press enter) 4. Run the bot (type `3` and press enter) 5. 🎉 @@ -74,7 +74,7 @@ Open Terminal (if you're on an installation with a window manager) and navigate 3. Make sure your python is version 3+ with `python --version` - if it's not, you can install python 3 and make it the default with: `sudo apt-get install python3.8 python-is-python3` -*You can use nadeko bash script [prerequisites installer](https://gitlab.com/Kwoth/nadeko-bash-installer/-/blob/v5/n-prereq.sh) as a reference* +*You can use nadeko bash script [prerequisites installer](https://gitlab.com/nadeko/nadeko-bash-installer/-/blob/v5/n-prereq.sh) as a reference* ##### Installation Instructions diff --git a/docs/guides/osx-guide.md b/docs/guides/osx-guide.md index 3f987accd..3024b7360 100644 --- a/docs/guides/osx-guide.md +++ b/docs/guides/osx-guide.md @@ -31,7 +31,7 @@ sudo ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ ##### Installation Instructions -1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` +1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/nadeko/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` 2. Install prerequisites (type `1` and press enter) 3. Download the bot (type `2` and press enter) 4. Exit the installer in order to set up your `creds.yml` @@ -49,7 +49,7 @@ sudo ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ ##### Update Instructions 1. ⚠ Stop the bot -2. Update and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` +2. Update and run the **new** installer script `cd ~ && wget -N https://gitlab.com/nadeko/nadeko-bash-installer/-/raw/v5/linuxAIO.sh && bash linuxAIO.sh` 3. Update the bot (type `2` and press enter) 4. Run the bot (type `3` and press enter) 5. 🎉