add missing space to speedtest-cli install-32

pull/845/head
Itai Nelken 4 years ago
parent 5f9242c0dd
commit 284a1c4aa1
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -9,7 +9,7 @@ function error {
cd ~
mkdir speedtest
wgethttps://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-armhf-linux.tgz -O ~/speedtest.tgz || error 'Failed to download!'
wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-armhf-linux.tgz -O ~/speedtest.tgz || error 'Failed to download!'
cd speedtest
tar -xvzf ~/speedtest.tgz || error "failed to extract files!"
rm ~/speedtest.tgz

Loading…
Cancel
Save