Split Console Install Menu
This commit is contained in:
parent
1aabc6637d
commit
a918a72413
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue