From 6c150dbd741eaae2edf6fc610afaae5f03bc11c4 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 10:44:27 +0100 Subject: [PATCH] add bash-completion --- post-debootstrap-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index da14406..ed25ce8 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -72,6 +72,7 @@ done apt-get -y install \ man-db \ vim \ + bash-completion \ iproute2 \ iputils-ping \ traceroute \