feat(APPS/installer): configure remote and pull branch in conf/config.sh (#8364)

Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
This commit is contained in:
BytesGalore
2021-10-12 22:50:13 +02:00
committed by GitHub
parent 13eacaed8d
commit f5c8afcf0b
2 changed files with 11 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ function inst_configureOS() {
function inst_updateRepo() {
cd "$AC_PATH_ROOT"
git pull origin $(git rev-parse --abbrev-ref HEAD)
git pull "$ORIGIN_REMOTE" "$INSTALLER_PULL_FROM"
}
function inst_resetRepo() {