From 9c31f2c6387bd2aa32fcb89959d3b2d1608a19da Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 21 May 2026 15:10:02 +0200 Subject: [PATCH] ensure_dependencies --- ct/karakeep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/karakeep.sh b/ct/karakeep.sh index f20655bc2..20f5574bf 100644 --- a/ct/karakeep.sh +++ b/ct/karakeep.sh @@ -65,7 +65,7 @@ EOF if ! command -v pip >/dev/null 2>&1 || ! pip show yt-dlp-ejs >/dev/null 2>&1; then msg_info "Installing external JavaScript Extension for yt-dlp" - $STD apt install -y python3-pip + ensure_dependencies python3-pip $STD pip install -U yt-dlp-ejs msg_ok "Installed external JavaScript Extension for yt-dlp" fi