This commit is contained in:
Marcel Walter
2025-10-26 00:47:19 +02:00
parent 006fa8a284
commit 9e316141d0
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ function update_script() {
fi
RELEASE=$(curl -fsSL https://nightly.odoo.com/ | grep -oE 'href="[0-9]+\.[0-9]+/nightly"' | head -n1 | cut -d'"' -f2 | cut -d/ -f1)
msg_info "Skipping installation of recent v${RELEASE} and installing v13.0 instead"
msg_ok "Skipping installation of recent v$RELEASE and installing v13.0 instead"
RELEASE="13.0"
LATEST_VERSION=$(curl -fsSL "https://nightly.odoo.com/${RELEASE}/nightly/deb/" |
grep -oP "odoo_${RELEASE}\.\d+_all\.deb" |