zsh: Accept speedtest license
This commit is contained in:
parent
17f7acafad
commit
0d29a6eec1
|
@ -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
|
||||||
|
|
Reference in a new issue