small change
no longer overwrites an existing config
This commit is contained in:
parent
0032f6f4c2
commit
2950e11654
2
justfile
2
justfile
@ -1,7 +1,7 @@
|
||||
install:
|
||||
@echo "==> Installing update into /usr/local/bin"
|
||||
@sudo install -Dm755 update /usr/local/bin/update
|
||||
@cp update.conf ${HOME}/.config/
|
||||
@[[ -f ${HOME}/.config/update.conf ]] || cp update.conf ${HOME}/.config/
|
||||
@echo "==> Finished."
|
||||
|
||||
uninstall:
|
||||
|
Loading…
x
Reference in New Issue
Block a user