update version
This commit is contained in:
parent
23f91a14b4
commit
4b02e3f2f6
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "speedtest">
|
<!ENTITY name "speedtest">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2015.12.20a">
|
<!ENTITY version "2015.12.29">
|
||||||
<!ENTITY launch "Tools/Speedtest">
|
<!ENTITY launch "Tools/Speedtest">
|
||||||
<!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">
|
||||||
|
@ -21,6 +21,11 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2015.12.29
|
||||||
|
- update tablesorter to v2.25.0 combined
|
||||||
|
- add tablesorter filters to table
|
||||||
|
- save speedtest host server
|
||||||
|
- add shadow box display when running speedtest
|
||||||
###2015.12.20a
|
###2015.12.20a
|
||||||
- Added cron settings page
|
- Added cron settings page
|
||||||
- Separated into proper webgui locations
|
- Separated into proper webgui locations
|
||||||
|
@ -108,13 +113,10 @@ else
|
||||||
upgradepkg --install-new &plgpath;/&plgname;.txz
|
upgradepkg --install-new &plgpath;/&plgname;.txz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update file permissions of script
|
|
||||||
chmod +0755 /usr/sbin/speedtest-xml
|
|
||||||
|
|
||||||
#upgrade pip and install speedtest-cli
|
#upgrade pip and install speedtest-cli
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install speedtest-cli
|
pip install speedtest-cli
|
||||||
pip install --upgrade speedtest-cli
|
pip install --upgrade &name;-cli
|
||||||
|
|
||||||
# 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,13 @@ This plugin interacts with the command line interface for testing internet bandw
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
|
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
||||||
<Date>2015-12-20</Date>
|
<Date>2015-12-29</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2015.12.29
|
||||||
|
- update tablesorter to v2.25.0 combined
|
||||||
|
- add tablesorter filters to table
|
||||||
|
- save speedtest host server
|
||||||
|
- add shadow box display when running speedtest
|
||||||
###2015.12.20a
|
###2015.12.20a
|
||||||
- Added cron settings page
|
- Added cron settings page
|
||||||
- Separated into proper webgui locations
|
- Separated into proper webgui locations
|
||||||
|
|
Loading…
Reference in New Issue
Block a user