mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-23 10:05:13 +00:00
karakeep: use nightly channel for yt-dlp (#3992)
It's the recommended channel
This commit is contained in:
parent
46ca78abc8
commit
8dddea132c
@ -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
|
||||
|
@ -29,7 +29,7 @@ msg_ok "Installed Dependencies"
|
||||
msg_info "Installing Additional Tools"
|
||||
curl -fsSL "https://github.com/Y2Z/monolith/releases/latest/download/monolith-gnu-linux-x86_64" -o "/usr/bin/monolith"
|
||||
chmod +x /usr/bin/monolith
|
||||
curl -fsSL "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux" -o "/usr/bin/yt-dlp"
|
||||
curl -fsSL "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp_linux" -o "/usr/bin/yt-dlp"
|
||||
chmod +x /usr/bin/yt-dlp
|
||||
msg_ok "Installed Additional Tools"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user