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..."