From b3dd2a9f10202c1c3e0998d776480cf9ea7d8d56 Mon Sep 17 00:00:00 2001 From: calyptia-ci <98808777+calyptia-ci@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:00:23 +0000 Subject: [PATCH] ci: update core install script Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- install-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-core.sh b/install-core.sh index 039ba75..f26ee85 100755 --- a/install-core.sh +++ b/install-core.sh @@ -9,7 +9,7 @@ PROVISIONED_USER=${INSTALL_CALYPTIA_PROVISIONED_USER:-$(id -un)} # The group to install Calyptia Core as, it must pre-exist. PROVISIONED_GROUP=${INSTALL_CALYPTIA_PROVISIONED_GROUP:-$(id -gn)} # The version of Calyptia Core to install. -RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.19.0} +RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.22.0} # Optionally just run the checks and do not install by setting to 'yes'. DRY_RUN=${INSTALL_CALYPTIA_DRY_RUN:-no} # Equivalent to '--force' to ignore errors as warnings and continue after checks even if they fail.