Added gentoolkit to default install

This commit is contained in:
oddlama 2020-01-09 11:51:36 +01:00
parent 39d845ae2f
commit 0d51f13e97
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 4 additions and 0 deletions

View File

@ -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"