fix incorrect github ssh url
This commit is contained in:
2
repo.sh
2
repo.sh
@@ -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
|
||||||
|
Reference in New Issue
Block a user