diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-15 17:08:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 17:08:46 +0900 |
| commit | 43460effbe3c5cb02117cc99ab35aac06849345b (patch) | |
| tree | 68748600d5ec9c1eb0232a47251a44a9bd3c06fb /copy.sh | |
| parent | cf1d0ba594ac4e53e630c54291f5f112b0a75e6f (diff) | |
| parent | 3ae93618d2e6274734dc49db04a275712808e310 (diff) | |
Merge branch 'main' into development
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -910,7 +910,7 @@ printf "\n%.0s" {1..1} echo "${MAGENTA}By default only a few wallpapers are copied${RESET}..." while true; do - read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is almost 1GB (y/n): " WALL + read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is 1GB in size (y/n): " WALL case $WALL in [Yy]) echo "${NOTE} Downloading additional wallpapers..." |
