diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index dd62596..c876174 100644 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -17,6 +17,9 @@ printf "${NOTE} Downloading Hyprland dots...\n" if [ -d Hyprland-Dots ]; then cd Hyprland-Dots + git stash + git pull + git stash apply chmod +x copy.sh ./copy.sh 2>&1 | tee -a "$LOG" else