diff --git a/functions/check_deps.sh b/functions/check_deps.sh index cf685d3a1..1e2e99fee 100644 --- a/functions/check_deps.sh +++ b/functions/check_deps.sh @@ -81,6 +81,9 @@ if [ "${#array_deps_missing[@]}" != "0" ]; then fi echo "" fi + if [ "${function_selfname}" == "command_install.sh" ]; then + sleep 5 + fi fi }