From 17a68680388f0f16ff68142c2e76d1790d1ffe08 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 7 Sep 2024 23:07:59 +0900 Subject: [PATCH] added imagemagick on rofi-wayland since it has history of imagemagick not installing before --- install-scripts/rofi-wayland.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-scripts/rofi-wayland.sh b/install-scripts/rofi-wayland.sh index dc018c3..68fc2c2 100755 --- a/install-scripts/rofi-wayland.sh +++ b/install-scripts/rofi-wayland.sh @@ -22,6 +22,7 @@ rofi=( libxcb-xinerama0-dev libxkbcommon-dev libxkbcommon-x11-dev + imagemagick )