From 6dfde0804e2b1de52a78928673c2c992a213c06a Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 31 May 2024 09:21:43 +1000 Subject: [PATCH] Add ca-certificates as dep to ErsatzTV --- install/ersatztv-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/ersatztv-install.sh b/install/ersatztv-install.sh index 81d651f54..cdc50bdac 100644 --- a/install/ersatztv-install.sh +++ b/install/ersatztv-install.sh @@ -26,7 +26,8 @@ $STD apt-get install -y --no-install-recommends \ git \ make \ mc \ - wget + wget \ + ca-certificates msg_ok "Installed Dependencies"