tools.func: replace max-time with speed-limit stall detection in curl_download

This commit is contained in:
MickLesk
2026-05-16 23:25:15 +02:00
parent b05fd7889b
commit b555ead288
12 changed files with 42 additions and 33 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ msg_ok "Installed Dependencies"
msg_info "Setup NextPVR (Patience)"
cd /opt
curl -fsSL "https://nextpvr.com/nextpvr-helper.deb" -o "/opt/nextpvr-helper.deb"
curl_download "/opt/nextpvr-helper.deb" "https://nextpvr.com/nextpvr-helper.deb"
$STD dpkg -i nextpvr-helper.deb
rm -rf /opt/nextpvr-helper.deb
msg_ok "Installed NextPVR"