update
This commit is contained in:
parent
0686a39ffd
commit
34e9434f28
|
@ -37,12 +37,12 @@
|
|||
This plugin uses PyQuassel to send Pushbullet notifications for Quassel Core Server
|
||||
-->
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python3-3.5.2-x86_64-1.tgz" Min="6.2" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&plgPATH;/6.2/python3-3.5.2-x86_64-1.tgz</URL>
|
||||
<URL>&plgPATH;/python3-3.5.2-x86_64-1.tgz</URL>
|
||||
<MD5>d535f46f828f8200e907787ddf9294ed</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.1/python3-3.5.1-x86_64-1.txz" Max="6.1" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&pkgURL;/6.1/python3-3.5.1-x86_64-1.txz</URL>
|
||||
<URL>&pkgURL;/python3-3.5.1-x86_64-1.txz</URL>
|
||||
<MD5>e19803aa714dcea6dd8f922089d4e996</MD5>
|
||||
</FILE>
|
||||
|
||||
|
|
|
@ -154,14 +154,14 @@ The 'tablesorter' package file.
|
|||
<MD5>ead9fb4c4a317e7d6426b3521f0e0c0b</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.1/python-2.7.9-x86_64-1.txz">
|
||||
<URL>&gitURL;/packages/6.1/python-2.7.9-x86_64-1.txz</URL>
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python-2.7.12-x86_64-1.txz" Min="6.2" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&plgpath;/python-2.7.12-x86_64-1.txz</URL>
|
||||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python-2.7.12-x86_64-1.txz">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz</URL>
|
||||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.1/python-2.7.9-x86_64-1.txz" Max="6.1" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&plgpath;/python-2.7.9-x86_64-1.txz</URL>
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&pkgs;/pyOpenSSL-0.15.1-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user