From 4eab4c46a7549f74cbf0236681359593468b52c5 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Dec 2019 07:51:26 +0100 Subject: [PATCH] add iproute2 --- post-debootstrap-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index e9e2d5d..25dcedc 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -70,9 +70,10 @@ apt-get update apt-get -y install docker-ce -### administration +### administration tools apt-get -y install \ man-db \ vim \ + iproute2 \ openssh-server