From 1b8c23cbee5e98f8f8a8084cfd4f7d1119c34a70 Mon Sep 17 00:00:00 2001 From: BytesGalore <3903215+BytesGalore@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:28:20 +0100 Subject: feat(Bash/Installer): configure remote and pull branch in conf/config.sh (#8488) Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com> --- conf/dist/config.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'conf') diff --git a/conf/dist/config.sh b/conf/dist/config.sh index 05cbaaa32e..ceeb656332 100644 --- a/conf/dist/config.sh +++ b/conf/dist/config.sh @@ -29,6 +29,16 @@ BINPATH="$AC_PATH_ROOT/env/dist" # DATAPATH="$BINPATH/bin" # DATAPATH_ZIP="$DATAPATH/data.zip" +# azerothcore's official remote source address to pull from +# by default git will fetch form the azrothcore remote +# You can change it to "origin" if you want to fetch/pull from the set remote +ORIGIN_REMOTE="https://github.com/azerothcore/azerothcore-wotlk.git" + +# Branch configuration for the installer to pull from. +# By default git will select the current working branch +# You can set it to "master" if you want the latest updates +INSTALLER_PULL_FROM= + ############################################## # # COMPILER_CONFIGURATIONS -- cgit v1.2.3