Use the SSH URL instead
This commit is contained in:
parent
6da0c7a3dc
commit
eb03ed5196
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -13,7 +13,7 @@ GITCLONE="git clone --depth=1"
|
|||
|
||||
cd "$HOME" || exit
|
||||
rm -rf "$DOTFILES"
|
||||
git clone https://github.com/joshtronic/dotfiles.git "$DOTFILES"
|
||||
git clone git@github.com:joshtronic/dotfiles.git "$DOTFILES"
|
||||
cd "$DOTFILES" || exit
|
||||
|
||||
rm -rf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue