diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:07:51 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:07:51 +0800 |
commit | 1ecab777da8245e61010ad5af231695cd3e4f96b (patch) | |
tree | 0322a8e69c1eab68e31ba12e2d6d940872de365c /tools/install.sh | |
parent | 0f4b3e995c883dbc504b75156e9ca5e6ebf07db1 (diff) |
update
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-x | tools/install.sh | 4 |
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 | |||
25 | source \$SETTING_DIR/tools/init/load-settings.sh | 25 | source \$SETTING_DIR/tools/init/load-settings.sh |
26 | EOF | 26 | EOF |
27 | 27 | ||
28 | cd "$SETTING_DIR" && make | 28 | cd "$SETTING_DIR" || exit 1 |
29 | git swapprotocol | ||
30 | make | ||