diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 23:22:23 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 23:22:23 +0900 |
| commit | 28b889d4d121d05525b6dbda420f32cbabd63428 (patch) | |
| tree | 9be46d2f58a748a5a07ba5b0cdbf2f2e81b18462 /copy.sh | |
| parent | 3ed3bc0bd5c1fefc92594baa6058d4bdeb7bf35a (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 |
