Prepare for V2

This commit is contained in:
JaKooLit
2023-11-06 01:34:47 +09:00
parent bbe0ccc9b3
commit d1b3be54b6
2 changed files with 8 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ if [ -d Hyprland-Dots ]; then
chmod +x copy.sh
./copy.sh 2>&1 | tee -a "$LOG"
else
if git clone https://github.com/JaKooLit/Hyprland-Dots.git; then
if git clone --branch Betav0.4 https://github.com/JaKooLit/Hyprland-Dots; then
cd Hyprland-Dots || exit 1
chmod +x copy.sh
./copy.sh 2>&1 | tee -a "$LOG"