From 91ea4826bff67a2d392df49d2726d2baea17be1e Mon Sep 17 00:00:00 2001 From: lub Date: Fri, 31 Jan 2020 11:39:18 +0100 Subject: [PATCH] add curl to admin tools --- post-debootstrap-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 54725d5..1bca307 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -103,6 +103,7 @@ apt-get -y install \ vim \ bash-completion \ htop \ + curl \ iputils-ping \ traceroute \ tcpdump \