diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-07-10 08:34:31 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-07-10 08:34:31 +0800 |
commit | 06d62800a915abfb4efb68515bc6e152d6c4abd4 (patch) | |
tree | 21928eb5ae3c4779b76d595b86783254956342a4 /tools | |
parent | 1dbe682f99d170236ca9b04ae68c9a082ab80d60 (diff) |
update
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/init/sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index bbcc088..7ba3906 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -12,7 +12,7 @@ sync ~/.password-store | |||
12 | 12 | ||
13 | # others repo | 13 | # others repo |
14 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | 14 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & |
15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & | 15 | check_upstream ~/.vim_runtime master || echo in `pwd` >/dev/tty & |
16 | 16 | ||
17 | # thunderbird | 17 | # thunderbird |
18 | #if [[ `cat /etc/hostname` != 'vultr' ]]; then | 18 | #if [[ `cat /etc/hostname` != 'vultr' ]]; then |