From 34e9434f28cddb55bd689c5a05b18077b02821e0 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sun, 9 Oct 2016 18:02:11 -0600 Subject: [PATCH] update --- plugins/qnotify.plg | 4 ++-- plugins/speedtest.plg | 26 ++++++-------------------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/plugins/qnotify.plg b/plugins/qnotify.plg index 1aa47402..3c0da1eb 100755 --- a/plugins/qnotify.plg +++ b/plugins/qnotify.plg @@ -37,12 +37,12 @@ This plugin uses PyQuassel to send Pushbullet notifications for Quassel Core Server --> -&plgPATH;/6.2/python3-3.5.2-x86_64-1.tgz +&plgPATH;/python3-3.5.2-x86_64-1.tgz d535f46f828f8200e907787ddf9294ed -&pkgURL;/6.1/python3-3.5.1-x86_64-1.txz +&pkgURL;/python3-3.5.1-x86_64-1.txz e19803aa714dcea6dd8f922089d4e996 diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index c95869f6..7d723f64 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -154,14 +154,14 @@ The 'tablesorter' package file. ead9fb4c4a317e7d6426b3521f0e0c0b - -&gitURL;/packages/6.1/python-2.7.9-x86_64-1.txz -7d5f6d12757c59e5f08ca25bd63aab78 + +&plgpath;/python-2.7.12-x86_64-1.txz +a94235dba17e63e12eb888cba9bbb155 - -&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz -a94235dba17e63e12eb888cba9bbb155 + +&plgpath;/python-2.7.9-x86_64-1.txz +7d5f6d12757c59e5f08ca25bd63aab78 @@ -223,20 +223,6 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then rm &plgpath;/&plgname;.md5 exit 1 else - if [[ $VER == 6.1 ]]; then - echo "\nInstalling dependencies for unRAID 6.1" - upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.9-x86_64-1.txz - fi - - if [[ $VER == 6.2 ]]; then - echo "\nInstalling dependencies for unRAID 6.2" - 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