Fix the clone URL for installation.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
		| @@ -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." | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jacob Kiers
					Jacob Kiers