summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-09-21 18:52:20 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-09-21 18:52:20 +0200
commit22c6ba9fa61221381d499ce5f2c8b520d2f6fcaf (patch)
tree6e0369b49da2a5efff9e7bba627b350bb5242d28 /install.sh
parentce6b9de51a7fcf5f0bb4423be4fd273446546792 (diff)
Bash: implemented installer script for server and modules (beta)
+ minor fixes
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index c467afe779..8be9c99700 100755
--- a/install.sh
+++ b/install.sh
@@ -6,6 +6,10 @@ PATH_MODULES="$CUR_PATH/modules/"
source "$PATH_MODULES/drassil/joiner/joiner.sh"
+# installing repository dependencies
if [[ $1 == "dev" ]]; then
git submodule update --init "$CUR_PATH/data/doc"
fi
+
+
+source "$CUR_PATH/bin/installer/main.sh"