We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd6c26 commit 66be3f9Copy full SHA for 66be3f9
install-core.sh
@@ -9,7 +9,7 @@ PROVISIONED_USER=${INSTALL_CALYPTIA_PROVISIONED_USER:-$(id -un)}
9
# The group to install Calyptia Core as, it must pre-exist.
10
PROVISIONED_GROUP=${INSTALL_CALYPTIA_PROVISIONED_GROUP:-$(id -gn)}
11
# The version of Calyptia Core to install.
12
-RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-2.9.0}
+RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-2.10.0}
13
# Optionally just run the checks and do not install by setting to 'yes'.
14
DRY_RUN=${INSTALL_CALYPTIA_DRY_RUN:-no}
15
# Equivalent to '--force' to ignore errors as warnings and continue after checks even if they fail.
0 commit comments