update dotfile scripts
This commit is contained in:
parent
ea671cde6a
commit
1b120d85f4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue