aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/install.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-12 14:14:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-12 14:14:30 +0800
commita7fdb4f49714d8526a68c1a0cd2549ca5e92eb6f (patch)
tree6de20022ecee7315eae53168b895b5768f27a34c /bin/install.sh
parent88324114e3725415a550d233a0b9fc16d1d82e53 (diff)
Update for new laptop installation
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-xbin/install.sh2
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
26EOF 26EOF
27 27
28cd "$SETTING_DIR" || exit 1 28cd "$SETTING_DIR" || exit 1
29git swapprotocol
30make 29make
30EOF