diff --git a/wizard.sh b/wizard.sh index 8e4ba7ab1..a1521470b 100755 --- a/wizard.sh +++ b/wizard.sh @@ -523,7 +523,8 @@ function show_link { } main() { - if [ "$1" == "install" ] || [ "$1" == "configure" ]; then + + if [ "$1" == "install" ] || [ "$1" == "configure" ] || [ "$1" == "detect" ]; then if [ "${SILENT}" == "false" ]; then which whiptail > /dev/null if [ $? -ne 0 ]; then