From 8c59f490f02b08e9e81fa2006a6ef787dca3ce2f Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Thu, 16 Nov 2023 19:22:06 +0100 Subject: [PATCH] Update postinstall add ipmitool --- postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall b/postinstall index 3ce5a37..aebe676 100755 --- a/postinstall +++ b/postinstall @@ -31,7 +31,7 @@ set -uo pipefail PROG=$(basename "$0") # Required tools for usage in postinstall -REQUIRED_TOOLS="curl ifupdown2 git gron libsasl2-modules lsb-release libpve-network-perl postfix ssl-cert zfs-auto-snapshot" +REQUIRED_TOOLS="curl ifupdown2 git gron ipmitool libsasl2-modules lsb-release libpve-network-perl postfix ssl-cert zfs-auto-snapshot" # Optional tools to install OPTIONAL_TOOLS="dnsutils ethtool htop iftop jq lshw lsscsi mc net-tools nvme-cli rpl screen smartmontools sudo sysstat tmux unzip vim"