aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 86f13aa..27418c6 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -25,4 +25,6 @@ export SETTING_DIR=$SETTING_DIR
25source \$SETTING_DIR/tools/init/load-settings.sh 25source \$SETTING_DIR/tools/init/load-settings.sh
26EOF 26EOF
27 27
28cd "$SETTING_DIR" && make 28cd "$SETTING_DIR" || exit 1
29git swapprotocol
30make