diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-01 21:03:55 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-01 21:03:55 +0900 |
| commit | 2f1ef3ebceb121e8c28f1dc80ccff9baac8a2338 (patch) | |
| tree | d4e0fdafef72d1adcdb625142c298db473b40a1e /copy.sh | |
| parent | dae4e1b5e061ff993b8835d851d5d194272659d9 (diff) | |
updated copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -499,11 +499,11 @@ for DIR_NAME in $DIR; do fi done -printf "\n" +printf "\n%.0s" {1..2} # Restoring UserConfigs and UserScripts -echo -e "Restoring previous User-Configs... \n" -echo -e "${NOTE}: If you decide to restore the old configs, make sure to handle the updates or changes manually.\n" +echo -e "Restoring previous User-Configs... " +echo -e "${NOTE}: If you decide to restore the old configs, make sure to handle the updates or changes manually." echo -e "Visit and check KooL's Hyprland-Dots GitHub page for the commits.\n" # UserConfigs |
