From 31c3d48357dc525d6b469b271769ab8f1ddd6832 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Apr 2016 11:35:41 +0200 Subject: [PATCH] fedora: install a few extra packages Signed-off-by: Michael Adam --- fedora/install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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