Update comments

This commit is contained in:
Teddysun 2021-10-08 07:54:28 +09:00
parent d1808cee67
commit 4625d29004
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -168,7 +168,7 @@ ipv4_info() {
install_speedtest() {
if [ ! -e "./speedtest-cli/speedtest" ]; then
_64bit && sys_bit=x86_64 || sys_bit=i386
url1="https://dl.bintray.com/ookla/download/ookla-speedtest-1.0.0-${sys_bit}-linux.tgz"
url1="https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-${sys_bit}-linux.tgz"
url2="https://dl.lamp.sh/files/ookla-speedtest-1.0.0-${sys_bit}-linux.tgz"
wget --no-check-certificate -q -T10 -O speedtest.tgz ${url1}
if [ $? -ne 0 ]; then