From ec1285d8d142c5db59f65353797fadc28a7f0a21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Mar 2025 16:13:20 +0900 Subject: [PATCH] updated dotfiles.sh --- install-scripts/dotfiles-main.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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