From 44656f8459ed959be4c496d00fcf78aeacb020d8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 13 Sep 2024 00:04:28 +0900 Subject: updated copy.sh warning --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index fe560b2f..ca9868fe 100755 --- a/copy.sh +++ b/copy.sh @@ -386,7 +386,7 @@ echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0) printf "\n%.0s" {1..2} while true; do - read -rp "${CAT} Would you like to download additional wallpapers? Warning! This is more than >600mb (y/n)" WALL + read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is more than >600mb (y/n)" WALL case $WALL in [Yy]) echo "${NOTE} Downloading additional wallpapers..." -- cgit v1.2.3