diff --git a/README.md b/README.md index 49a6072..42bc99a 100755 --- a/README.md +++ b/README.md @@ -8,23 +8,13 @@ ![](images/logo.png) -Install extra packages for advanced users. +**Install and Uninstall extra packages easily.** ![](images/image01.png) -## **Changelog:** +## -**2022.09.27a** -- Fix tip on packages-desc -- 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 +NerdTools is the new plugin that allows you to install additional packages in UnRAID easily. +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. \ No newline at end of file diff --git a/archive/NerdTools-2022.09.30-x86_64-1.txz b/archive/NerdTools-2022.09.30-x86_64-1.txz deleted file mode 100644 index 7e64d5d..0000000 Binary files a/archive/NerdTools-2022.09.30-x86_64-1.txz and /dev/null differ diff --git a/archive/NerdTools-2022.09.30a-x86_64-1.txz b/archive/NerdTools-2022.09.30a-x86_64-1.txz deleted file mode 100644 index 5cc775c..0000000 Binary files a/archive/NerdTools-2022.09.30a-x86_64-1.txz and /dev/null differ diff --git a/archive/NerdTools-2022.10.01-x86_64-1.txz b/archive/NerdTools-2022.10.01-x86_64-1.txz deleted file mode 100644 index 6a0972c..0000000 Binary files a/archive/NerdTools-2022.10.01-x86_64-1.txz and /dev/null differ diff --git a/archive/NerdTools-2022.10.04b-x86_64-1.txz b/archive/NerdTools-2022.10.04b-x86_64-1.txz new file mode 100644 index 0000000..820164e Binary files /dev/null and b/archive/NerdTools-2022.10.04b-x86_64-1.txz differ diff --git a/develop/leeme.txt b/develop/leeme.txt index c283435..8b086a2 100644 --- a/develop/leeme.txt +++ b/develop/leeme.txt @@ -4,9 +4,8 @@ php create.json.php 6.11 > ../contents/packages.6.11.json # Generador de version de plugin -ejemplos: - ./create.new.version.sh - ./create.new.version.sh a - ./create.new.version.sh b - - +Ejemplos: + ./unraidmpkg.sh + ./unraidmpkg.sh a + ./unraidmpkg.sh b + ./unraidmpkg.sh c diff --git a/develop/create.new.version.sh b/develop/unraidmpkg.sh similarity index 100% rename from develop/create.new.version.sh rename to develop/unraidmpkg.sh diff --git a/plugin/NerdTools.plg b/plugin/NerdTools.plg index 9d80842..c205f34 100644 --- a/plugin/NerdTools.plg +++ b/plugin/NerdTools.plg @@ -3,8 +3,8 @@ - - + + @@ -17,17 +17,22 @@ ##&name; -###2022.09.27a -- Fix tip on packages-desc -- 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 +###2022.10.04b +- Minor change for developer tools +###2022.10.04a +- Clean old code +- Delete old packages +- Update unrar to the version 6.12 +- Update rar to the version 6.12 +- Update p7zip to the version 17.04 +- Update mediainfo to the version 22.06 +- Update dependency libzen to the version 0.4.39 +- 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 @@ -73,7 +78,7 @@ echo "-----------------------------------------------------------" echo " &name; has been installed." echo "" echo " Copyright 2022, &author;" -echo " Copyright 2016-2021, dmacias72, eschultz" +echo " Credits, based on NerdPack plugin of dmacias72, eschultz" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" @@ -99,8 +104,8 @@ rm -f &plgPATH;/&plgNAME;.txz echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." -echo " Copyright 2016-2021, dmacias72, eschultz" echo " Copyright 2022, &author;" +echo " Credits, based on NerdPack plugin of dmacias72, eschultz" echo " Version: &version;" echo "-----------------------------------------------------------" echo ""