From 6268d684c6ae8560ba435dde14ff0c57d17489f1 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Mon, 21 Jul 2025 15:54:18 -0400 Subject: [PATCH] Added 'whois' to list of packages to install in live environment --- pre-inst.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pre-inst.sh b/pre-inst.sh index 079b656..43a43f3 100755 --- a/pre-inst.sh +++ b/pre-inst.sh @@ -61,8 +61,9 @@ if [[ "${ID}" == 'debian' ]]; then --yes \ mmdebstrap \ gdisk \ - zfsutils-linux \ - systemd-timesyncd + systemd-timesyncd \ + whois \ + zfsutils-linux elif [[ "${ID}" == 'fedora' ]]; then if [[ "${VERSION_ID}" -lt '41' ]]; then dnf config-manager \