diff --git a/install-scripts/dotfiles-main.sh b/install-scripts/dotfiles-main.sh index e718f06..93da2ce 100755 --- a/install-scripts/dotfiles-main.sh +++ b/install-scripts/dotfiles-main.sh @@ -21,9 +21,7 @@ printf "${NOTE} Cloning and Installing ${SKY_BLUE}KooL's Hyprland Dots${RESET}.. if [ -d Hyprland-Dots ]; then cd Hyprland-Dots - git stash - git pull - git stash apply + git stash && git pull chmod +x copy.sh ./copy.sh else