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

This reverts commit f5c8afcf0b.
This commit is contained in:
Kitzunu
2021-10-13 17:09:55 +02:00
committed by GitHub
parent 430157f71d
commit 92a7f8b5bd
2 changed files with 1 additions and 11 deletions

View File

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