diff --git a/scripts/set_vars.sh b/scripts/set_vars.sh index eff8c533..060e2f3c 100755 --- a/scripts/set_vars.sh +++ b/scripts/set_vars.sh @@ -10,8 +10,8 @@ export CONFIG_PATH="${CONFIG_PATH:-${PLATFORM_PATH}/ostis-web-platform.ini}" export REPO_PATH="${REPO_PATH:-${PLATFORM_PATH}/repo.path}" export SC_MACHINE_REPO="${SC_MACHINE_REPO:-https://github.com/ostis-ai/sc-machine.git}" -export SC_MACHINE_BRANCH="${SC_MACHINE_BRANCH:-0.9.0-Unlock}" -export SC_MACHINE_COMMIT="${SC_MACHINE_COMMIT:-""}" +export SC_MACHINE_BRANCH="${SC_MACHINE_BRANCH:-main}" +export SC_MACHINE_COMMIT="${SC_MACHINE_COMMIT:-"b31f0bcb2fb07d9c4e1551b1eafc329f9f1384a5"}" export SC_MACHINE_PATH="${SC_MACHINE_PATH:-${PLATFORM_PATH}/sc-machine}" export SC_WEB_REPO="${SC_WEB_REPO:-https://github.com/ostis-ai/sc-web.git}"