From e25feea97bcb9efcbe3be989277410152b094b95 Mon Sep 17 00:00:00 2001 From: wallaceosmar Date: Sat, 23 Nov 2024 17:01:20 +0000 Subject: [PATCH] Atualizar install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6ac23d2..84aa15d 100644 --- a/install.sh +++ b/install.sh @@ -120,7 +120,7 @@ load_env_file() { prompt_installation_choice() { echo "Neither Docker nor Kubernetes is installed." while true; do - read -rp "Would you like to install Docker or K3s? (docker/k3s): " choice + read -r -p "Would you like to install Docker or K3s? (docker/k3s): " choice case "$choice" in docker) install_docker