Install: SSH repo URL.

This commit is contained in:
Artem Sapegin 2012-11-28 12:59:07 +04:00
parent d2d60120f8
commit 2057b9cd3a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fi
# Clone dotfiles and make symlinks
echo "Installing dotfiles..."
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
cd ~ && git clone git@github.com:sapegin/dotfiles.git && cd dotfiles && ./sync.py
source ~/.bashrc
echo "Dotfiles installed successfully."