From 61148292446782f05096faaedd609bc0673af080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janik=20Michael=20M=C3=BCller?= <45454768+H0mire@users.noreply.github.com> Date: Thu, 23 May 2024 07:35:52 +0000 Subject: [PATCH] tested and ready for pull request --- update-dots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-dots.sh b/update-dots.sh index 35a948588..edeeba126 100644 --- a/update-dots.sh +++ b/update-dots.sh @@ -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