diff --git a/install-scripts/dotfiles-branch.sh b/install-scripts/dotfiles-branch.sh index 542fb48..d22efd7 100644 --- a/install-scripts/dotfiles-branch.sh +++ b/install-scripts/dotfiles-branch.sh @@ -24,9 +24,7 @@ printf "${NOTE} Cloning and Installing ${SKY_BLUE}KooL's Hyprland Dots for Debia # Check if Hyprland-Dots exists if [ -d Hyprland-Dots-Debian ]; then cd Hyprland-Dots-Debian - git stash - git pull - git stash apply + git stash && git pull chmod +x copy.sh ./copy.sh else