diff --git a/auu b/auu index 02b52f4..c8c30f7 100755 --- a/auu +++ b/auu @@ -3,4 +3,4 @@ # update and upgrade Debian, Ubuntu or other APT-based Linux distro # see: https://github.com/rsp/scripts/blob/master/auu.md -apt-get update && apt-get upgrade +sudo apt-get update && sudo apt-get upgrade diff --git a/externalip-benchmark b/externalip-benchmark index 04bcb99..18b698f 100755 --- a/externalip-benchmark +++ b/externalip-benchmark @@ -12,23 +12,25 @@ # using only those that output IP only (with no need to parse output) read -d '' urls << 'END' -//ifconfig.me/ -//icanhazip.com/ -//ip.appspot.com/ -//curlmyip.com/ -//ident.me/ -//tnx.nl/ip +//wgetip.com/ //ipecho.net/plain //whatismyip.akamai.com/ -//wgetip.com/ +//icanhazip.com/ +//ifconfig.me/ +//ipinfo.io/ip +//checkip.amazonaws.com/ +//ipaddr.site/ //ip.tyk.nu/ -//curlmyip.com/ -//corz.org/ip +//echoip.de/ +//ident.me/ //bot.whatismyipaddress.com/ -//ifcfg.me/ -//ipof.in/txt //l2.io/ip //eth0.me/ +//ifconfig.co/ +//ifconfig.pro/ +//curlmyip.net/ +//canihazip.com/s +//tnx.nl/ip END pings=5 @@ -67,4 +69,3 @@ echo -e "$httpsl" | sort -n echo -e "\nBest average ping times:" echo -e "$pingl" | sort -n -