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