diff --git a/fedora/install-extras.sh b/fedora/install-extras.sh index 0d22b41..d8f8673 100755 --- a/fedora/install-extras.sh +++ b/fedora/install-extras.sh @@ -15,7 +15,7 @@ log "Sleeping for $SECS seconds..." sleep $SECS # TODO: Support for appending to this list from outside -PACKAGES=(vim curl wget man-db bash-completion ca-certificates sudo openssh-server) +PACKAGES=(vim-enhanced curl wget man-db bash-completion ca-certificates sudo openssh-server strace python-dnf dnf-plugins-core e2fsprogs net-tools bind-utils) utils.lxc.attach yum update -y utils.lxc.attach yum install ${PACKAGES[*]} -y