adjusted for the new update

This commit is contained in:
Ja.KooLit 2023-10-17 11:54:09 +09:00
parent a6bede33cd
commit 4858de286b

View File

@ -17,6 +17,7 @@ LOG="install-$(date +%d-%H%M%S)_hyprland.log"
printf "${NOTE} Cloning Hyprland...\n" printf "${NOTE} Cloning Hyprland...\n"
if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then
cd Hyprland || exit 1 cd Hyprland || exit 1
make all 2>&1 | tee -a "$LOG"
if sudo make install 2>&1 | tee -a "$LOG"; then if sudo make install 2>&1 | tee -a "$LOG"; then
printf "${OK} Hyprland installed successfully.\n" printf "${OK} Hyprland installed successfully.\n"
else else