From 54e84a247ede7975d7744bc10c5ddd36b4271cd4 Mon Sep 17 00:00:00 2001 From: iggy Date: Mon, 16 Sep 2024 07:33:09 +0000 Subject: [PATCH] added nethogs and glances (apt packages) --- base_flux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base_flux.sh b/base_flux.sh index 124d5f6..881b071 100644 --- a/base_flux.sh +++ b/base_flux.sh @@ -11,6 +11,8 @@ DEFAULT_WORKFLOW="https://git.fc22.de/iggy/ai_bootstrap/raw/branch/main/workflow APT_PACKAGES=( "ffmpeg" "git" + "nethogs" + "glances" #"package-1" #"package-2" )