fix incorrect github ssh url

This commit is contained in:
mollusk 2020-10-28 01:35:16 -04:00
parent 8ba540df51
commit 2f5035a935

View File

@ -41,7 +41,7 @@ get_void_pkgs(){
echo -n "Remote git username? (i.e github username): " echo -n "Remote git username? (i.e github username): "
read git_user 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 break
else else