From 2a1024aca6e449b6b861a6457cb009ace6ab46bd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Nov 2023 10:09:42 +0900 Subject: [PATCH] update copy.sh --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index c43f1c6..ca68463 100755 --- a/copy.sh +++ b/copy.sh @@ -32,7 +32,7 @@ RESET=$(tput sgr0) LOG="install-$(date +%d-%H%M%S)_dotfiles.log" # update home folders -xdg-user-dirs-update +xdg-user-dirs-update 2>&1 | tee -a "$LOG" || true # uncommenting WLR_NO_HARDWARE_CURSORS if nvidia is detected if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then