fix it, because ...latest_all.deb delivers a 404 error

This commit is contained in:
Marcel Walter
2025-10-26 01:01:53 +02:00
parent 9e316141d0
commit b1602d67c6
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function update_script() {
msg_ok "Stopped Service"
msg_info "Updating ${APP} to ${LATEST_VERSION}"
curl -fsSL https://nightly.odoo.com/${RELEASE}/nightly/deb/odoo_${RELEASE}.latest_all.deb -o /opt/odoo.deb
curl -fsSL "https://nightly.odoo.com/$RELEASE/nightly/deb/odoo_$LATEST_VERSION_all.deb" -o /opt/odoo.deb
$STD apt install -y /opt/odoo.deb
echo "$LATEST_VERSION" >/opt/${APP}_version.txt
msg_ok "Updated ${APP} to ${LATEST_VERSION}"