mirror of
https://github.com/UnRAIDES/unRAID-NerdTools
synced 2025-04-09 18:45:54 +00:00
commit
7c0b317eea
18
README.md
18
README.md
|
@ -8,23 +8,13 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Install extra packages for advanced users.
|
**Install and Uninstall extra packages easily.**
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## **Changelog:**
|
##
|
||||||
|
|
||||||
**2022.09.27a**
|
NerdTools is the new plugin that allows you to install additional packages in UnRAID easily.
|
||||||
- Fix tip on packages-desc
|
This project is based on the old NerdPack plugin but has received many improvements and important changes. For example the package installation now takes advantage of the benefits of UnRAID 6.11 and install packages in the path /boot/extra and delegating part of the management to the system itself.
|
||||||
- Update zsh to the version 5.8-3
|
|
||||||
- Update python3 to the version 3.9.10
|
|
||||||
|
|
||||||
**2022.09.27**
|
|
||||||
- New maintainer UnRAIDES team
|
|
||||||
- Fix various problem with UnRAID 6.11 - WIP
|
|
||||||
- Update vim to the version 9.0.0417
|
|
||||||
- Add dependency libsodium for new version of vim package
|
|
||||||
- Update irssi to the version 1.2.3
|
|
||||||
- Add dependency utf8proc for new version of irssi package
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
archive/NerdTools-2022.10.04b-x86_64-1.txz
Normal file
BIN
archive/NerdTools-2022.10.04b-x86_64-1.txz
Normal file
Binary file not shown.
|
@ -4,9 +4,8 @@ php create.json.php 6.11 > ../contents/packages.6.11.json
|
||||||
|
|
||||||
# Generador de version de plugin
|
# Generador de version de plugin
|
||||||
|
|
||||||
ejemplos:
|
Ejemplos:
|
||||||
./create.new.version.sh
|
./unraidmpkg.sh
|
||||||
./create.new.version.sh a
|
./unraidmpkg.sh a
|
||||||
./create.new.version.sh b
|
./unraidmpkg.sh b
|
||||||
|
./unraidmpkg.sh c
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdTools">
|
<!ENTITY name "NerdTools">
|
||||||
<!ENTITY author "UnRAIDES">
|
<!ENTITY author "UnRAIDES">
|
||||||
<!ENTITY version "2022.10.04a">
|
<!ENTITY version "2022.10.04b">
|
||||||
<!ENTITY md5 "b088f31a1a9165e33a8c418b31f26622">
|
<!ENTITY md5 "d0246bb614ac36b45f922c7b8e513941">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!ENTITY github "UnRAIDES/unRAID-&name;">
|
<!ENTITY github "UnRAIDES/unRAID-&name;">
|
||||||
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
|
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
|
||||||
|
@ -17,17 +17,22 @@
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
##&name;
|
##&name;
|
||||||
###2022.09.27a
|
###2022.10.04b
|
||||||
- Fix tip on packages-desc
|
- Minor change for developer tools
|
||||||
- Update zsh to the version 5.8-3
|
###2022.10.04a
|
||||||
- Update python3 to the version 3.9.10
|
- Clean old code
|
||||||
###2022.09.27
|
- Delete old packages
|
||||||
- New maintainer UnRAIDES team
|
- Update unrar to the version 6.12
|
||||||
- Fix various problem with UnRAID 6.11 - WIP
|
- Update rar to the version 6.12
|
||||||
- Update vim to the version 9.0.0417
|
- Update p7zip to the version 17.04
|
||||||
- Add dependency libsodium for new version of vim package
|
- Update mediainfo to the version 22.06
|
||||||
- Update irssi to the version 1.2.3
|
- Update dependency libzen to the version 0.4.39
|
||||||
- Add dependency utf8proc for new version of irssi package
|
- Update dependency libmediainfo to the version 22.06
|
||||||
|
###2022.10.04
|
||||||
|
- Initial release
|
||||||
|
- Plugin based on NerdPack of dmacias72
|
||||||
|
- Cleaned code and deleted packages unused that are include on UnRAID 6.11
|
||||||
|
- New system for install packages
|
||||||
|
|
||||||
</CHANGES>
|
</CHANGES>
|
||||||
|
|
||||||
|
@ -73,7 +78,7 @@ echo "-----------------------------------------------------------"
|
||||||
echo " &name; has been installed."
|
echo " &name; has been installed."
|
||||||
echo ""
|
echo ""
|
||||||
echo " Copyright 2022, &author;"
|
echo " Copyright 2022, &author;"
|
||||||
echo " Copyright 2016-2021, dmacias72, eschultz"
|
echo " Credits, based on NerdPack plugin of dmacias72, eschultz"
|
||||||
echo " Version: &version;"
|
echo " Version: &version;"
|
||||||
echo "-----------------------------------------------------------"
|
echo "-----------------------------------------------------------"
|
||||||
echo ""
|
echo ""
|
||||||
|
@ -99,8 +104,8 @@ rm -f &plgPATH;/&plgNAME;.txz
|
||||||
echo ""
|
echo ""
|
||||||
echo "-----------------------------------------------------------"
|
echo "-----------------------------------------------------------"
|
||||||
echo " &name; has been removed."
|
echo " &name; has been removed."
|
||||||
echo " Copyright 2016-2021, dmacias72, eschultz"
|
|
||||||
echo " Copyright 2022, &author;"
|
echo " Copyright 2022, &author;"
|
||||||
|
echo " Credits, based on NerdPack plugin of dmacias72, eschultz"
|
||||||
echo " Version: &version;"
|
echo " Version: &version;"
|
||||||
echo "-----------------------------------------------------------"
|
echo "-----------------------------------------------------------"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user