We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c78d1 commit f79430eCopy full SHA for f79430e
.assets/speedtest.sh
@@ -15,9 +15,8 @@ fi
15
#################################################### FIN ####################################################
16
17
apt update
18
-apt install gnupg{,2} -y
19
-echo "deb https://packagecloud.io/ookla/speedtest-cli/debian/ bullseye main" > /etc/apt/sources.list.d/ookla_speedtest-cli.list
20
-apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8E61C2AB9A6D1557
+apt install gnupg{,2} curl -y
+curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
21
22
apt install speedtest -y
23
speedtest --accept-license -s 24215
0 commit comments