Fix the clone URL for installation.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers 2014-12-23 11:24:55 +01:00
parent eb61134f29
commit 0e4fd52450
1 changed files with 1 additions and 1 deletions

View File

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