This script automates the installation process of Ookla Speedtest on OpenWRT OS.
Ensure the following packages are installed: wget
opkg update
opkg install wget
Execute the following command in your terminal:
wget -qO- https://raw.githubusercontent.com/kinhsman/openwrt/main/speedtest-install.sh | ash
After installation, simply run the following command to perform a speed test:
speedtest
For licensing information, refer to Speedtest CLI License.