tempfolder path
This commit is contained in:
H0mire 2024-05-04 09:40:46 +02:00
parent f32b46ba38
commit a638d72b3f

View file

@ -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