update NerdPack packages and plugin
This commit is contained in:
parent
038c2ddd73
commit
d2da54ed02
17
plugins/NerdPack.plg
Normal file → Executable file
17
plugins/NerdPack.plg
Normal file → Executable file
@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdPack">
|
<!ENTITY name "NerdPack">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.02.08">
|
<!ENTITY version "2016.02.15">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
@ -16,6 +16,11 @@
|
|||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.02.15
|
||||||
|
- update tablesorter
|
||||||
|
- fix spacing of echoed messages
|
||||||
|
- remove array start event package install
|
||||||
|
- move initial package install to plugin install
|
||||||
###2016.02.08
|
###2016.02.08
|
||||||
- fix permissions on event script
|
- fix permissions on event script
|
||||||
###2016.02.02
|
###2016.02.02
|
||||||
@ -111,9 +116,9 @@
|
|||||||
<!--
|
<!--
|
||||||
The 'tablesorter' package file.
|
The 'tablesorter' package file.
|
||||||
-->
|
-->
|
||||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.01.16-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.02.12-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||||
<URL>&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz</URL>
|
<URL>&gitURL;/archive/tablesorter-2016.02.12-x86_64-1.txz</URL>
|
||||||
<MD5>139bbc7f9788339193ab9bd994365b4a</MD5>
|
<MD5>d25fb1235efaa5f71c790b8d71ed7337</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgpath;/&name;.cfg">
|
<FILE Name="&plgpath;/&name;.cfg">
|
||||||
@ -181,9 +186,7 @@ if [ ! -d &plgpath;/packages ]; then
|
|||||||
mkdir &plgpath;/packages
|
mkdir &plgpath;/packages
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update file permissions of scripts
|
/usr/sbin/packagemanager
|
||||||
chmod +0755 &emhttp;/scripts/* \
|
|
||||||
&emhttp;/event/*
|
|
||||||
|
|
||||||
# Cleaning old source files
|
# Cleaning old source files
|
||||||
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
|
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
|
||||||
|
@ -11,8 +11,15 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
|
|||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
||||||
<Date>2016-02-02</Date>
|
<Date>2016-02-15</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.02.15
|
||||||
|
- update tablesorter
|
||||||
|
- fix spacing of echoed messages
|
||||||
|
- remove array start event package install
|
||||||
|
- move initial package install to plugin install
|
||||||
|
###2016.02.08
|
||||||
|
- fix permissions on event script
|
||||||
###2016.02.02
|
###2016.02.02
|
||||||
- add check for other plugin dependencies on uninstall
|
- add check for other plugin dependencies on uninstall
|
||||||
###2016.01.25
|
###2016.01.25
|
||||||
|
Loading…
x
Reference in New Issue
Block a user