From a638d72b3fd5301bf6f6de13dc1f3fca72b93d17 Mon Sep 17 00:00:00 2001 From: H0mire Date: Sat, 4 May 2024 09:40:46 +0200 Subject: [PATCH] changed tempfolder path --- update-dots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-dots.sh b/update-dots.sh index 07feab80..b2679708 100644 --- a/update-dots.sh +++ b/update-dots.sh @@ -102,7 +102,7 @@ else exit 1 fi - temp_folder=$(mktemp -d) + temp_folder=$(mktemp -d -p /cache) git clone https://github.com/end-4/dots-hyprland/ "$temp_folder" # Replace the existing dotfiles with the new ones for folder in "${folders[@]}"; do