From c0d9d57e3bee01e77f397a9e7c33288fe7d789fe Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 26 Jul 2025 13:57:52 -0300 Subject: [PATCH] test --- scripts-download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-download.sh b/scripts-download.sh index 73881eb..6be10bc 100644 --- a/scripts-download.sh +++ b/scripts-download.sh @@ -109,7 +109,7 @@ FILES=("clean.sh" "backup.sh" "docker-updater.sh") # Prompt user to select files to download selected_files=() -echo -e "${GREY}[i] Select files to download and install on crontab:${NC} " +echo -e "${GREY}[i] Select files to download and install on crontab${NC}:" for FILE in "${FILES[@]}"; do read -p "Do you want to download and install $FILE? [Y/n]: " choice if [[ "$choice" == "y" || "$choice" == "Y" || -z "$choice" ]]; then