From b91d056acce72c243281498d6effebd8ec9117a1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 13:24:22 +0900 Subject: [PATCH] updated --- install-scripts/rofi-wayland.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index 6e84b40..c7d97fb 100644 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -74,8 +74,8 @@ printf "\n\n\n" printf "${NOTE} Installing rofi-wayland...\n" if git clone https://github.com/lbonn/rofi.git 2>&1 | tee -a "$LOG"; then cd rofi || exit 1 - meson build -Dxcb=disabled - ninja -C build + meson build -Dxcb=disabled & + ninja -C build & if sudo ninja -C build install 2>&1 | tee -a "$LOG"; then printf "${OK} rofi-wayland installed successfully.\n" # Return to the previous directory