From b3482f71ad631d5a94a16d045298945783c7feb3 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:26:05 +0100 Subject: [PATCH] rm ca-certs --- install/homarr-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 79d032bc4..06159c7aa 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -16,7 +16,6 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ redis-server \ - ca-certificates \ nginx \ gettext \ openssl \