install_deps : smartmontools
This commit is contained in:
@@ -37,7 +37,9 @@ install_deps() {
|
|||||||
info "Vérification des dépendances système..."
|
info "Vérification des dépendances système..."
|
||||||
if command -v apt-get >/dev/null 2>&1; then
|
if command -v apt-get >/dev/null 2>&1; then
|
||||||
apt-get update -qq
|
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."
|
ok "Dépendances installées."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user