diff --git a/repo.sh b/repo.sh index 10baaef..09a5dbf 100755 --- a/repo.sh +++ b/repo.sh @@ -41,7 +41,7 @@ get_void_pkgs(){ echo -n "Remote git username? (i.e github username): " read git_user - git clone github.com:"${git_user}"/void-packages.git "${vpkgs_location}" || exit 1 + git clone git@github.com:"${git_user}"/void-packages.git "${vpkgs_location}" || exit 1 break else