mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
changed
tempfolder path
This commit is contained in:
parent
f32b46ba38
commit
a638d72b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue