From cefe765a41dd0549d8c06520d4a03ebbf2f7eea1 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 19 Jan 2023 17:14:05 +0530 Subject: [PATCH] add pkg: bandwhich --- 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 6c59e0e..c590252 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -21,7 +21,7 @@ PKGS_TO_INSTALL+=(firewalld) PKGS_TO_INSTALL+=(ffmpeg flatpak light mediainfo) # monitoring -PKGS_TO_INSTALL+=(btop htop iotop iperf iperf3 nload) +PKGS_TO_INSTALL+=(bandwhich btop htop iotop iperf iperf3 nload) # containersation stuff #PKGS_TO_INSTALL+=(aardvark-dns bridge-utils fuse-overlayfs podman podman-compose podman-dnsname slirp4netns)