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 \
|
--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 \
|
||||||
|
Reference in New Issue
Block a user