Scripts version 2320

This commit is contained in:
Mikhail Tergoev
2024-07-15 10:41:05 +03:00
parent 64fd545765
commit efac79a84e
4 changed files with 16 additions and 4 deletions

View File

@ -178,10 +178,10 @@ if [[ -z "$BRANCH" ]] ; then
fi
if [[ "$BRANCH" == "master" ]] ; then
print_info "Branch in used: STABLE\n"
export BRANCH_VERSION="$(gettext 'stable')"
export BRANCH_VERSION=""
else
print_warning "Branch in used: DEVEL\n"
export BRANCH_VERSION="devel"
export BRANCH_VERSION="dev"
fi
# choose mirror