Use the SSH URL instead

This commit is contained in:
Josh Sherman 2021-04-25 15:56:58 -05:00
parent 6da0c7a3dc
commit eb03ed5196
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -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 \