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