fix incorrect github ssh url
This commit is contained in:
parent
8ba540df51
commit
2f5035a935
2
repo.sh
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user