Added btop
Lint / Shell (shellcheck) (push) Successful in 10s

This commit is contained in:
2026-05-22 14:58:50 -04:00
parent 164b58df3c
commit 195343dcfe
+1 -1
View File
@@ -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..."