install_deps : smartmontools

This commit is contained in:
2026-03-20 07:34:32 +01:00
parent ac6b80cb69
commit 42626f2204

View File

@@ -37,7 +37,9 @@ install_deps() {
info "Vérification des dépendances système..."
if command -v apt-get >/dev/null 2>&1; then
apt-get update -qq
apt-get install -y -qq curl coreutils findutils grep sed gawk util-linux ca-certificates php-cli php-curl php-common > /dev/null
apt-get install -y -qq curl coreutils findutils grep sed gawk util-linux ca-certificates php-cli > /dev/null
apt-get install -y -qq php-cli php-curl php-common > /dev/null
apt-get install -y -qq smartmontools > /dev/null
ok "Dépendances installées."
fi
}