diff --git a/install/console/basic b/install/console/basic index bfe508f..9e9b7e3 100644 --- a/install/console/basic +++ b/install/console/basic @@ -11,7 +11,7 @@ options+=("powertop" "power mon and management" off) options+=("dialog" "Dialog boxes for script" off) options+=("gpm" "Console mouse support" off) -sel=$(whiptail --backtitle "$apptitle" --title "Console Basic packages :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ +sel=$(whiptail --backtitle "$apptitle" --title "Console Basic packages :" --checklist "" --cancel-button "Back" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ ! "$?" = "0" ]; then diff --git a/install/console/network-tools b/install/console/network-tools index 1490310..f6dc020 100644 --- a/install/console/network-tools +++ b/install/console/network-tools @@ -14,7 +14,7 @@ options+=("dsniff" "tools for network auditing and penetration" off) options+=("mitmproxy" "SSL-capable MITM HTTP proxy" off) options+=("sslstrip" "tool to hijack HTTPS in MITM attack" off) -sel=$(whiptail --backtitle "$apptitle" --title "Console Network Tools :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ +sel=$(whiptail --backtitle "$apptitle" --title "Console Network Tools :" --checklist "" --cancel-button "Back" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ ! "$?" = "0" ]; then diff --git a/install/console/webbrowser b/install/console/webbrowser index 6d26fa9..85119b9 100644 --- a/install/console/webbrowser +++ b/install/console/webbrowser @@ -6,7 +6,7 @@ options+=("elinks" "" off) options+=("links" "" off) options+=("lynx" "" off) -sel=$(whiptail --backtitle "$apptitle" --title "Console Web Browser :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ +sel=$(whiptail --backtitle "$apptitle" --title "Console Web Browser :" --checklist "" --cancel-button "Back" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ ! "$?" = "0" ]; then