updated dotfiles.sh

This commit is contained in:
JaKooLit
2025-03-09 16:13:20 +09:00
parent 3486e33dde
commit ec1285d8d1

View File

@@ -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