aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-26 09:52:27 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-26 09:52:27 +0800
commitabe2938de3dceed1bf1c498669579d1a80ba48b4 (patch)
tree67b35141687c47dc6710761fddb6332792265ea7 /Makefile
parent080dab9bb23067d2a389ae2867bed583546da22e (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0d58252..51b26af 100644
--- a/Makefile
+++ b/Makefile
@@ -65,12 +65,12 @@ tmux:
65# Blog on my VPS 65# Blog on my VPS
66blog: 66blog:
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
71pass: 71pass:
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
76openbox: 76openbox: