From 5abd82762166e0270ab8384ba1f6f728b885e56b Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 13 Mar 2022 14:45:27 +0100 Subject: [PATCH] add rsync --- post-debootstrap-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 82fe0f5..fb7bd27 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -109,6 +109,7 @@ apt-get -y install \ vim \ bash-completion \ htop \ + rsync \ curl \ iputils-ping \ dnsutils \