iop: TaaS need the trickle application too.

This commit is contained in:
Ronny Nilsson 2020-11-08 01:12:27 +01:00
parent fe86ade858
commit 1922fa2560

View file

@ -26,7 +26,7 @@ function taas-init() {
# Prerequisites? # Prerequisites?
for app in expect socat timeout stdbuf bash env head strings \ for app in expect socat timeout stdbuf bash env head strings \
tee cut tr grep curl ssh; do tee cut tr grep curl ssh trickle; do
if ! which $app >/dev/null; then if ! which $app >/dev/null; then
echo "Error; missing command \"$app\"" echo "Error; missing command \"$app\""
echo "Install it from your Linux distro!" echo "Install it from your Linux distro!"