Added 'whois' to list of packages to install in live environment
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user