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