Using public git URL.

This commit is contained in:
Jakub Sobon 2018-07-01 17:17:42 -04:00
parent c45c83e14d
commit 25690e78aa
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fi
if [ ! -d "${INSTALL_DIR}" ]; then
git clone git@github.com:mbrukman/autogen.git "${BIN_DIR}/autogen"
git clone https://github.com/mbrukman/autogen.git "${BIN_DIR}/autogen"
if [ $? -ne 0 ]; then
echo "Failed to run git clone."
exit 1