diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-12 14:14:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-12 14:14:30 +0800 |
commit | a7fdb4f49714d8526a68c1a0cd2549ca5e92eb6f (patch) | |
tree | 6de20022ecee7315eae53168b895b5768f27a34c /bin/install.sh | |
parent | 88324114e3725415a550d233a0b9fc16d1d82e53 (diff) |
Update for new laptop installation
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-x | bin/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install.sh b/bin/install.sh index b6d6bde..cfc13d3 100755 --- a/bin/install.sh +++ b/bin/install.sh | |||
@@ -26,5 +26,5 @@ source \$SETTING_DIR/bin/init/load-settings.sh | |||
26 | EOF | 26 | EOF |
27 | 27 | ||
28 | cd "$SETTING_DIR" || exit 1 | 28 | cd "$SETTING_DIR" || exit 1 |
29 | git swapprotocol | ||
30 | make | 29 | make |
30 | EOF | ||