karakeep: use nightly channel for yt-dlp (#3992)

It's the recommended channel
This commit is contained in:
Chris
2025-04-23 02:08:28 -04:00
committed by GitHub
parent 46ca78abc8
commit 8dddea132c
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ function update_script() {
msg_info "Stopping Services"
systemctl stop karakeep-web karakeep-workers karakeep-browser
msg_ok "Stopped Services"
msg_info "Updating yt-dlp"
$STD yt-dlp --update-to nightly
msg_ok "Updated yt-dlp"
msg_info "Updating ${APP} to v${RELEASE}"
if [[ $(corepack -v) < "0.31.0" ]]; then
$STD npm install -g corepack@0.31.0