Merge remote-tracking branch 'origin/master' into work-webui

This commit is contained in:
th33xitus
2020-10-29 18:30:14 +01:00
8 changed files with 50 additions and 46 deletions

View File

@@ -18,9 +18,7 @@ install_menu(){
print_header
install_ui
while true; do
echo -e "${cyan}"
read -p "Perform action: " action; echo
echo -e "${default}"
read -p "${cyan}Perform action:${default} " action; echo
case "$action" in
1)
clear