From cad39f90b8c06163a697752d547a986b037e01d0 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 28 Sep 2024 19:25:47 +0200 Subject: [PATCH] fix(guides): NerdTools is deprecated so guidance needs updating (#2078) * fix(guides): NerdTools is deprecated so guidance needs updating * Apply suggestions from code review Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com> --------- Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com> --- docs/Downloaders/Deluge/Tips/Unraid-Mover.md | 12 ++++++------ ...to-run-the-unRaid-mover-for-qBittorrent.md | 12 ++++++------ ...nerdtools-replacement-package-slackware.md | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+), 12 deletions(-) create mode 100644 includes/downloaders/nerdtools-replacement-package-slackware.md diff --git a/docs/Downloaders/Deluge/Tips/Unraid-Mover.md b/docs/Downloaders/Deluge/Tips/Unraid-Mover.md index d3966d7f6..22703d7c2 100644 --- a/docs/Downloaders/Deluge/Tips/Unraid-Mover.md +++ b/docs/Downloaders/Deluge/Tips/Unraid-Mover.md @@ -29,15 +29,15 @@ Thanks to [zakary](https://github.com/zakkarry){:target="\_blank" rel="noopener ### Plugins -Install the following Plugins. +Install the following plugins: - User Scripts -- NerdTools - - python3 (_1_) - - python-setuptools (_1_) - - python-pip (_1_) +- You will need to manually install the following packages for the correct Slackware version from [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"} + - python3 + - python-setuptools + - python-pip -!!! info "(_1_) These need to be installed from NerdTools." +--8<-- "includes/downloaders/nerdtools-replacement-package-slackware.md" --- diff --git a/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md b/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md index 446c355a6..2fe536673 100644 --- a/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md +++ b/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md @@ -29,15 +29,15 @@ Big Thnx to [bobokun](https://github.com/bobokun){:target="\_blank" rel="noopene ### Plugins -Install the following Plugins. +Install the following plugins: - User Scripts -- NerdTools - - python3 (_1_) - - python-setuptools (_1_) - - python-pip (_1_) +- You will need to manually install the following packages for the correct Slackware version from [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"} + - python3 + - python-setuptools + - python-pip -!!! info "(_1_) These need to be installed from NerdTools." +--8<-- "includes/downloaders/nerdtools-replacement-package-slackware.md" --- diff --git a/includes/downloaders/nerdtools-replacement-package-slackware.md b/includes/downloaders/nerdtools-replacement-package-slackware.md new file mode 100644 index 000000000..d7fc42737 --- /dev/null +++ b/includes/downloaders/nerdtools-replacement-package-slackware.md @@ -0,0 +1,19 @@ + +#### Instructions + +In your Unraid terminal, type the following to determine your Slackware version. + +```bash +cat /etc/slackware-version +``` + +Then go to [https://packages.slackware.com/](https://packages.slackware.com/){:target="\_blank" rel="noopener noreferrer"} to find the correct 64-bit version of the required package.
+Download it and add it to your Unraid flash drive located in the `boot/extra` folder. It will be installed upon Unraid boots. + +Currently: + +- `Slackware64 15.0` for `unRAID 6.x` +- `Slackware64 current` for `unRAID 7.x` + +!!! info "To remove the old/wrong packages (that NerdTools installed for an earlier Slackware version), overwrite them with the new versions on your Unraid flash drive in the `boot/extra` folder. Place the correct versions there and then reboot." +