fixes in execution command and install script

This commit is contained in:
2024-12-23 01:20:00 +01:00
parent 7e01e713b7
commit a637a6669d
2 changed files with 12 additions and 16 deletions

View File

@ -24,7 +24,8 @@ echo -e "${GREEN}Summary of Configuration:${NC}"
echo -e "${CYAN}Host: $host${NC}"
echo -e "${CYAN}Set UI as default: ${ui_default}${NC}"
read -p "${CYAN}Do you want to proceed with the installation? (yes/no): ${NC}" proceed
echo -e "${CYAN}Do you want to proceed with the installation? (yes/no): ${NC}"
read proceed
if [[ ! "$proceed" =~ ^[Yy][Ee][Ss]$ ]]; then
echo -e "${RED}Installation aborted.${NC}"