From 65ef8f18a9ee7b24cbceb0beb5e164e559c61c99 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:21:44 +0900 Subject: [PATCH] Update rofi-wayland.sh --- install-scripts/rofi-wayland.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index 5f3372e..34f9a92 100755 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -9,6 +9,9 @@ rofi=( doxygen cppcheck ohcount + libmpdclient-dev + libnl-3-dev + libasound2-dev ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## @@ -50,8 +53,6 @@ printf "\n\n" # Clone and build rofi - wayland printf "${NOTE} Installing rofi-wayland...\n" -printf "${NOTE} Installing rofi-wayland\n" - # Check if rofi folder exists if [ -d "rofi" ]; then printf "${NOTE} rofi folder exists. Pulling latest changes...\n" @@ -68,7 +69,7 @@ else fi # Proceed with the installation steps -if meson setup build && ninja -C build; then +if meson setup build && ninja -C build ; then if sudo ninja -C build install 2>&1 | tee -a "$MLOG"; then printf "${OK} rofi-wayland installed successfully.\n" 2>&1 | tee -a "$MLOG" else @@ -83,4 +84,3 @@ mv "$MLOG" ../Install-Logs/ || true cd .. || exit 1 clear -