From 195343dcfe69b9e5d58e8378a861c19bee45f0fa Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 22 May 2026 14:58:50 -0400 Subject: [PATCH] Added btop --- freshStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freshStart.sh b/freshStart.sh index 44396e1..9a82a7d 100644 --- a/freshStart.sh +++ b/freshStart.sh @@ -48,7 +48,7 @@ echo "Installing required packages..." apt-get update # Common packages for all platforms -COMMON_PKGS="python3-pip smartmontools python3-psutil python3-requests lm-sensors fastfetch rsync jq sysstat unzip" +COMMON_PKGS="python3-pip smartmontools python3-psutil python3-requests lm-sensors fastfetch rsync jq sysstat unzip btop" if [[ "$PLATFORM" == "pve" ]]; then echo "Installing PVE-specific packages..."