diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 23:22:50 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 23:22:50 +0900 |
| commit | fca00ebf28c85a93a66e414aff78263868a22388 (patch) | |
| tree | dd910c3ae9977ce273600fab9f5553e5ba945fcf /copy.sh | |
| parent | 704b5311eff50605362f532378efe7a988bb2e17 (diff) | |
replaced folders//folder with directories/directory
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ print_color() { # Set the name of the log file to include the current date and time LOG="Copy-Logs/install-$(date +%d-%H%M%S)_dotfiles.log" -# update home folders +# update home directories xdg-user-dirs-update 2>&1 | tee -a "$LOG" || true # setting up for nvidia |
