Browse Source

fix: unecessary duplicate code.

postgres
Valentin Lab 11 years ago
parent
commit
80bbd3918c
  1. 12
      precise/base-0k/hooks/install

12
precise/base-0k/hooks/install

@ -25,18 +25,6 @@ sed -i 's/VCS="bzr"/#VCS="bzr"/g' /etc/etckeeper/etckeeper.conf
etckeeper init
##
## Git utilities
##
echo "[alias]
co = checkout
com = commit
st = status
ci = commit
" >> /etc/gitconfig
##
## Git utilities
##

Loading…
Cancel
Save