From 8cd7a5072041d97121f9edf43652858dc2753adc Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 3 Mar 2022 03:09:59 +0100 Subject: [PATCH] Updated guide to reflect the new changes to the installer --- docs/guides/linux-guide.md | 9 +++++---- docs/guides/osx-guide.md | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index b7e880a43..746d0d803 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -30,10 +30,10 @@ Open Terminal (if you're on an installation with a window manager) and navigate ##### Installation Instructions -1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/master/linuxAIO.sh && bash linuxAIO.sh` +1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v4/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 `5` and press enter) +4. Exit the installer (type `6` and press enter) 5. Copy the creds.yml template `cp nadekobot/output/creds_example.yml nadekobot/output/creds.yml` 6. Open `nadekobot/output/creds.yml` with your favorite text editor. We will use nano here - `nano nadekobot/output/creds.yml` @@ -42,12 +42,13 @@ Open Terminal (if you're on an installation with a window manager) and navigate - `CTRL` + `X` - `Y` - `Enter` -8. Run the bot (type `3` and press enter) +8. Run the installer script again `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v4/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/master/linuxAIO.sh && bash linuxAIO.sh` +2. Update and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v4/linuxAIO.sh && bash linuxAIO.sh` 3. Update the bot (type `2` and press enter) 4. Run the bot (type `3` and press enter) 5. 🎉 diff --git a/docs/guides/osx-guide.md b/docs/guides/osx-guide.md index fe0354f38..a1dc39096 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/master/linuxAIO.sh && bash linuxAIO.sh` +1. Download and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v4/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/master/linuxAIO.sh && bash linuxAIO.sh` +2. Update and run the **new** installer script `cd ~ && wget -N https://gitlab.com/Kwoth/nadeko-bash-installer/-/raw/v4/linuxAIO.sh && bash linuxAIO.sh` 3. Update the bot (type `2` and press enter) 4. Run the bot (type `3` and press enter) 5. 🎉