From 911146b2804aaf92736c0d4551762ff16ee85661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Mu=CC=88ller?= Date: Tue, 13 Feb 2024 18:27:16 +0100 Subject: [PATCH] Install netcat-traditional for bookworm --- root-files/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-files/build.sh b/root-files/build.sh index c0f0b62..da62d38 100755 --- a/root-files/build.sh +++ b/root-files/build.sh @@ -48,7 +48,7 @@ build_create_user() { # @return void # build_tools() { - packages_install netcat vim less curl locales locales-all mariadb-client ghostscript + packages_install netcat-traditional vim less curl locales locales-all mariadb-client ghostscript } # ---------------------------------------------------------------------------------------