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>
pull/2079/head
TRaSH 2 months ago committed by GitHub
parent 7c324cec37
commit cad39f90b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 <sup>(_1_)</sup>
- python-setuptools <sup>(_1_)</sup>
- python-pip <sup>(_1_)</sup>
- 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 "<sup>(_1_)</sup> These need to be installed from NerdTools."
--8<-- "includes/downloaders/nerdtools-replacement-package-slackware.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 <sup>(_1_)</sup>
- python-setuptools <sup>(_1_)</sup>
- python-pip <sup>(_1_)</sup>
- 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 "<sup>(_1_)</sup> These need to be installed from NerdTools."
--8<-- "includes/downloaders/nerdtools-replacement-package-slackware.md"
---

@ -0,0 +1,19 @@
<!-- markdownlint-disable MD041-->
#### 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.<br>
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."
<!-- markdownlint-enable MD041-->
Loading…
Cancel
Save