mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
updated rofi
This commit is contained in:
parent
8861e295e1
commit
52186f1468
@ -74,8 +74,8 @@ printf "\n\n\n"
|
|||||||
printf "${NOTE} Installing rofi-wayland...\n"
|
printf "${NOTE} Installing rofi-wayland...\n"
|
||||||
if git clone https://github.com/lbonn/rofi.git 2>&1 | tee -a "$LOG"; then
|
if git clone https://github.com/lbonn/rofi.git 2>&1 | tee -a "$LOG"; then
|
||||||
cd rofi || exit 1
|
cd rofi || exit 1
|
||||||
meson setup build &
|
meson setup build
|
||||||
ninja -C build &
|
ninja -C build
|
||||||
if sudo ninja -C build install 2>&1 | tee -a "$LOG"; then
|
if sudo ninja -C build install 2>&1 | tee -a "$LOG"; then
|
||||||
printf "${OK} rofi-wayland installed successfully.\n"
|
printf "${OK} rofi-wayland installed successfully.\n"
|
||||||
# Return to the previous directory
|
# Return to the previous directory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user