diff --git a/plugins/libvirtwol.plg b/plugins/libvirtwol.plg index 991b9d4b..5c2464c2 100755 --- a/plugins/libvirtwol.plg +++ b/plugins/libvirtwol.plg @@ -3,7 +3,7 @@ - + @@ -20,6 +20,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in --> +###2016.10.09 +- update for 6.3 ###2016.09.16 - update python to 2.7.12 ###2016.06.04 @@ -157,6 +159,12 @@ else sed -i -- 's/VMManager:1/OtherSettings/g' /usr/local/emhttp/plugins/dynamix.vm.manager/VMSettings.page fi + if [[ $VER == 6.3 ]]; then + echo "\nInstalling dependencies for unRAID 6.3" + upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.12-x86_64-1.txz + upgradepkg --install-new &plgpath;/libvirt-python-1.3.1-x86_64-1ponce.txz + fi + upgradepkg --install-new &plgpath;/&plgname;.txz #restart event daemon diff --git a/plugins/libvirtwol.xml b/plugins/libvirtwol.xml index bb7e88de..54eec2ee 100644 --- a/plugins/libvirtwol.xml +++ b/plugins/libvirtwol.xml @@ -11,8 +11,10 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to http://lime-technology.com/forum/index.php?topic=44017.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png -2016-09-16 +2016-10-09 +###2016.10.09 +- update for 6.3 ###2016.09.16 - update python to 2.7.12 #####2016.06.04 diff --git a/plugins/qnotify.plg b/plugins/qnotify.plg index 8edc6d7f..266f9f74 100755 --- a/plugins/qnotify.plg +++ b/plugins/qnotify.plg @@ -3,7 +3,7 @@ - + @@ -16,6 +16,8 @@ +###2016.10.09 +- update for 6.3 ###2016.10.02 - add: Python 3.5.2 for unRAID 6.2 ###2016.06.23 @@ -122,6 +124,11 @@ else upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python3-3.5.2-x86_64-1.tgz fi + if [[ $VER == 6.3 ]]; then + echo "\nInstalling dependencies for unRAID 6.3" + upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python3-3.5.2-x86_64-1.tgz + fi + upgradepkg --install-new &plgPATH;/&plgNAME;.txz diff --git a/plugins/qnotify.xml b/plugins/qnotify.xml index 7b49661b..bc26a1ca 100755 --- a/plugins/qnotify.xml +++ b/plugins/qnotify.xml @@ -11,8 +11,10 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o http://lime-technology.com/forum/ https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png -2016-10-02 +2016-10-09 +###2016.10.09 +- update for 6.3 ###2016.10.02 - add: Python 3.5.2 for unRAID 6.2 ###2016.06.23 diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index 7a9e1c42..c95869f6 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -21,6 +21,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe --> +###2016.10.09 +- update for 6.3 ###2016.09.16 - update python to 2.7.12 - update tablesorter to 2.27.6 @@ -231,6 +233,11 @@ else upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.12-x86_64-1.txz fi + if [[ $VER == 6.3 ]]; then + echo "\nInstalling dependencies for unRAID 6.3" + upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.12-x86_64-1.txz + fi + upgradepkg --install-new &plgpath;/&plgname;.txz diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index 490de072..27c9c6fe 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,10 @@ This plugin interacts with the command line interface for testing internet bandw http://lime-technology.com/forum/index.php?topic=43500.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png -2016-09-16 +2016-10-09 +###2016.10.09 +- update for 6.3 ###2016.09.16 - update python to 2.7.12 - update tablesorter to 2.27.6