From 40121f9f6f77528cd237d094a38e75ba2bf5b9a5 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 22 Feb 2023 15:55:52 +0530 Subject: [PATCH] add pkg: inxi --- 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 aec3c54..2b2f9e6 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -20,7 +20,7 @@ PKGS_TO_INSTALL+=(firewalld) PKGS_TO_INSTALL+=(ffmpeg flatpak imagemagick light mediainfo) # monitoring -PKGS_TO_INSTALL+=(bandwhich btop htop iotop iperf iperf3 nload) +PKGS_TO_INSTALL+=(bandwhich btop htop inxi iotop iperf iperf3 nload) # containersation stuff #PKGS_TO_INSTALL+=(aardvark-dns bridge-utils fuse-overlayfs podman podman-compose podman-dnsname slirp4netns)