From c6d25f67867cbf5796574e3d976c7a173725fcb4 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 6 Feb 2023 14:51:06 +0530 Subject: [PATCH] add pkg: imagemagick --- scripts/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index 7a92766..a735914 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -17,7 +17,7 @@ PKGS_TO_INSTALL+=(acpi_call xfce4-power-manager) PKGS_TO_INSTALL+=(firewalld) # add-on -PKGS_TO_INSTALL+=(ffmpeg flatpak light mediainfo) +PKGS_TO_INSTALL+=(ffmpeg flatpak imagemagick light mediainfo) # monitoring PKGS_TO_INSTALL+=(bandwhich btop htop iotop iperf iperf3 nload)