tested and ready for pull request

This commit is contained in:
Janik Michael Müller
2024-05-23 07:35:52 +00:00
parent 58c7ec7d60
commit 6114829244
+1 -1
View File
@@ -174,7 +174,7 @@ if ! git pull; then
mkdir -p ./cache
temp_folder=$(mktemp -d -p ./cache)
git clone https://github.com/end-4/dots-hyprland/ --depth=1 "$temp_folder"
git clone --branch "$current_branch" https://github.com/end-4/dots-hyprland/ --depth=1 "$temp_folder"
# Replace the existing dotfiles with the new ones
for folder in "${folders[@]}"; do
find "$temp_folder/$folder" -print0 | while IFS= read -r -d '' file; do