Added 'whois' to list of packages to install in live environment

This commit is contained in:
2025-07-21 15:54:18 -04:00
parent ee48fb7560
commit 6268d684c6

View File

@@ -61,8 +61,9 @@ if [[ "${ID}" == 'debian' ]]; then
--yes \ --yes \
mmdebstrap \ mmdebstrap \
gdisk \ gdisk \
zfsutils-linux \ systemd-timesyncd \
systemd-timesyncd whois \
zfsutils-linux
elif [[ "${ID}" == 'fedora' ]]; then elif [[ "${ID}" == 'fedora' ]]; then
if [[ "${VERSION_ID}" -lt '41' ]]; then if [[ "${VERSION_ID}" -lt '41' ]]; then
dnf config-manager \ dnf config-manager \