From b3cfa591c26dfa44e19a50b3a3d8b89a6c89e000 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 11 Mar 2023 12:28:02 +0530 Subject: [PATCH] add pkg 'dpkg' to extract deb files --- 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 d9e9852..595722d 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -17,7 +17,7 @@ PKGS_TO_INSTALL+=(acpi_call lm_sensors xfce4-power-manager) PKGS_TO_INSTALL+=(firewalld) # add-on -PKGS_TO_INSTALL+=(ffmpeg flatpak imagemagick light mediainfo) +PKGS_TO_INSTALL+=(dpkg ffmpeg flatpak imagemagick light mediainfo) # monitoring PKGS_TO_INSTALL+=(bandwhich btop htop inxi iotop iperf iperf3 nload)