zsh: Accept speedtest license

This commit is contained in:
Simon Bruder 2020-05-22 23:06:57 +02:00
parent 17f7acafad
commit 0d29a6eec1
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,7 +1,7 @@
# Docker function definitions # Docker function definitions
function speedtest() { function speedtest() {
docker run --rm tianon/speedtest $@ docker run --rm tianon/speedtest --accept-license --accept-gdpr $@
} }
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876