diff --git a/plugins/NerdPack.plg b/plugins/NerdPack.plg
old mode 100644
new mode 100755
index c272d6be..a1ced2ae
--- a/plugins/NerdPack.plg
+++ b/plugins/NerdPack.plg
@@ -3,7 +3,7 @@
-
+
@@ -16,6 +16,11 @@
+###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
@@ -111,9 +116,9 @@
-
-&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz
-139bbc7f9788339193ab9bd994365b4a
+
+&gitURL;/archive/tablesorter-2016.02.12-x86_64-1.txz
+d25fb1235efaa5f71c790b8d71ed7337
@@ -181,9 +186,7 @@ if [ ! -d &plgpath;/packages ]; then
mkdir &plgpath;/packages
fi
-# Update file permissions of scripts
-chmod +0755 &emhttp;/scripts/* \
- &emhttp;/event/*
+/usr/sbin/packagemanager
# Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
@@ -220,4 +223,4 @@ echo ""
-
+
\ No newline at end of file
diff --git a/plugins/NerdPack.xml b/plugins/NerdPack.xml
index 7d948648..b2dc8edb 100644
--- a/plugins/NerdPack.xml
+++ b/plugins/NerdPack.xml
@@ -11,8 +11,15 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
http://lime-technology.com/forum/index.php?topic=37541.0
https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png
-2016-02-02
+2016-02-15
+###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
- add check for other plugin dependencies on uninstall
###2016.01.25