try more
This commit is contained in:
+1
-1
@@ -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" |
|
||||
|
||||
Reference in New Issue
Block a user