diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-26 09:52:27 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-26 09:52:27 +0800 |
| commit | abe2938de3dceed1bf1c498669579d1a80ba48b4 (patch) | |
| tree | 67b35141687c47dc6710761fddb6332792265ea7 /Makefile | |
| parent | 080dab9bb23067d2a389ae2867bed583546da22e (diff) | |
Update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -65,12 +65,12 @@ tmux: | |||
| 65 | # Blog on my VPS | 65 | # Blog on my VPS |
| 66 | blog: | 66 | blog: |
| 67 | if [ ! -d "$(HOME)/blog" ]; then | 67 | if [ ! -d "$(HOME)/blog" ]; then |
| 68 | git clone ssh://topo/~/blog $(HOME)/blog; | 68 | git clone ssh://vps/~/blog $(HOME)/blog; |
| 69 | fi | 69 | fi |
| 70 | 70 | ||
| 71 | pass: | 71 | pass: |
| 72 | if [ ! -d "$(HOME)/.password-store" ]; then | 72 | if [ ! -d "$(HOME)/.password-store" ]; then |
| 73 | git clone ssh://topo/~/.password-store ~/.password-store; | 73 | git clone ssh://vps/~/.password-store ~/.password-store; |
| 74 | fi | 74 | fi |
| 75 | 75 | ||
| 76 | openbox: | 76 | openbox: |