From cee92b3a3fdec5057ef47d7b7dedadefb49842d3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 8 Apr 2024 10:12:58 +0200 Subject: [PATCH] ca-certificates --- cd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cd.sh b/cd.sh index d4dbbfe..3dae9f5 100644 --- a/cd.sh +++ b/cd.sh @@ -2,6 +2,7 @@ NAMESERVERS=( '9.9.9.9' ) PACKAGES=( +'ca-certificates' 'git' ) REPOSITORY='rwx.work/cd'