File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ function update_script() {
3333 msg_info " Stopping Services"
3434 systemctl stop karakeep-web karakeep-workers karakeep-browser
3535 msg_ok " Stopped Services"
36+ msg_info " Updating yt-dlp"
37+ $STD yt-dlp --update-to nightly
38+ msg_ok " Updated yt-dlp"
3639 msg_info " Updating ${APP} to v${RELEASE} "
3740 if [[ $( corepack -v) < " 0.31.0" ]]; then
3841 $STD npm install -g
[email protected]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ msg_ok "Installed Dependencies"
2929msg_info " Installing Additional Tools"
3030curl -fsSL " https://github.com/Y2Z/monolith/releases/latest/download/monolith-gnu-linux-x86_64" -o " /usr/bin/monolith"
3131chmod +x /usr/bin/monolith
32- curl -fsSL " https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux" -o " /usr/bin/yt-dlp"
32+ curl -fsSL " https://github.com/yt-dlp/yt-dlp-nightly-builds /releases/latest/download/yt-dlp_linux" -o " /usr/bin/yt-dlp"
3333chmod +x /usr/bin/yt-dlp
3434msg_ok " Installed Additional Tools"
3535
You can’t perform that action at this time.
0 commit comments