test
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 22s

This commit is contained in:
2025-07-26 13:57:52 -03:00
parent 974256860c
commit c0d9d57e3b

View File

@@ -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