1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Do not overwrite aurvote config file

This commit is contained in:
Hyacinthe Cartiaux 2014-03-06 01:37:29 +01:00
parent 00e2ac2200
commit ab9a42429b

View file

@ -83,7 +83,7 @@ cat $DOTFILES/ssh/config.* > ~/.ssh/config.perso
## aurvote
[[ -f /etc/arch-release ]] && (
[[ -f /etc/arch-release && ! -f ~/.config/aurvote ]] && (
mkdir -p ~/.config
cp -f $DOTFILES/aurvote ~/.config/aurvote
)