From 1b120d85f47c67dbc2e7595ea7f42e00ba0f464f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 09:22:59 +0900 Subject: [PATCH] update dotfile scripts --- install-scripts/dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index fb21769..3bb2820 100644 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -23,7 +23,7 @@ if [ -d Hyprland-Dots ]; then chmod +x copy.sh ./copy.sh 2>&1 | tee -a "$LOG" else - if git clone --branch Betav0.4 https://github.com/JaKooLit/Hyprland-Dots; then + if git clone --branch Beta-v0.4 https://github.com/JaKooLit/Hyprland-Dots; then cd Hyprland-Dots || exit 1 chmod +x copy.sh ./copy.sh 2>&1 | tee -a "$LOG"