From 0d51f13e97c8c79afe60bdb538d8aa08db53f6bd Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 9 Jan 2020 11:51:36 +0100 Subject: [PATCH] Added gentoolkit to default install --- scripts/main.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/main.sh b/scripts/main.sh index dbbe850..c2df8c6 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -154,6 +154,10 @@ main_install_gentoo_in_chroot() { || die "Could not append entry to fstab" fi + # Install and enable dhcpcd + einfo "Installing gentoolkit" + try emerge --verbose app-portage/gentoolkit + # Install and enable sshd if [[ "$INSTALL_SSHD" == true ]]; then einfo "Installing sshd"