mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
changed
tempfolder path
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user