Final update

This commit is contained in:
JaKooLit 2023-11-07 13:47:37 +09:00
parent 50ab5aeab0
commit ebea9463ed

View File

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