forked from Shinonome/dots-hyprland
changed
tempfolder path
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
temp_folder=$(mktemp -d)
|
temp_folder=$(mktemp -d -p /cache)
|
||||||
git clone https://github.com/end-4/dots-hyprland/ "$temp_folder"
|
git clone https://github.com/end-4/dots-hyprland/ "$temp_folder"
|
||||||
# Replace the existing dotfiles with the new ones
|
# Replace the existing dotfiles with the new ones
|
||||||
for folder in "${folders[@]}"; do
|
for folder in "${folders[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user