Update Instructions (Docker Compile, Supported platforms, License year) (#1682)

Correct docker compile to load repository
This commit is contained in:
LordGrey
2024-01-15 15:02:01 +01:00
committed by GitHub
parent eb0964078f
commit 5cd21f50be
7 changed files with 64 additions and 57 deletions

View File

@@ -226,7 +226,7 @@ log "---> BASE_PATH = ${BASE_PATH}"
CODE_PATH=${BASE_PATH};
# get Hyperion source, cleanup previous folder
if [ ${BUILD_LOCAL} == 0 ]; then
if [ ${BUILD_LOCAL} == false ]; then
CODE_PATH="${CODE_PATH}/hyperion/"
echo "---> Downloading Hyperion source code from ${GIT_REPO_URL}"