Update calibre-server.sh

This commit is contained in:
CanbiZ 2025-01-09 17:10:36 +01:00 committed by GitHub
parent 179defdd88
commit d8ad4545ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ function update_script() {
msg_ok "Packages updated" msg_ok "Packages updated"
msg_info "Updating Calibre (latest)" msg_info "Updating Calibre (latest)"
bash -c "$(curl -fsSL https://download.calibre-ebook.com/linux-installer.sh)" wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin &>/dev/null
msg_ok "Updated Calibre" msg_ok "Updated Calibre"
msg_info "Starting ${APP}" msg_info "Starting ${APP}"