Fix the clone URL for installation.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
master
Jacob Kiers 8 years ago
parent eb61134f29
commit 0e4fd52450

@ -17,7 +17,7 @@ fi
# Clone dotfiles and make symlinks
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
echo "Dotfiles installed successfully."

Loading…
Cancel
Save