change to debian 10

This commit is contained in:
Marcel Walter 2025-10-26 01:20:29 +02:00
parent b1602d67c6
commit 18308d5a44
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ var_disk="${var_disk:-6}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"
var_version="${var_version:-10}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"

View File

@ -21,7 +21,7 @@ msg_ok "Installed Dependencies"
PG_VERSION="13.16" setup_postgresql
RELEASE="$(curl -fsSL https://nightly.odoo.com/ | grep -oE 'href="[0-9]+\.[0-9]+/nightly"' | head -n1 | cut -d'"' -f2 | cut -d/ -f1)"
RELEASE=$(curl -fsSL https://nightly.odoo.com/ | grep -oE 'href="[0-9]+\.[0-9]+/nightly"' | head -n1 | cut -d'"' -f2 | cut -d/ -f1)
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/" |