Skip to content

Commit 494eb6c

Browse files
authored
Update clone target in configure.sh (#1077)
1 parent b494380 commit 494eb6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ get_qtapng() {
324324
fi
325325

326326
if [ ! -d "./qtapng" ]; then
327-
git clone git@github.com:jurplel/QtApng.git ./qtapng
327+
git clone https://github.com/jurplel/QtApng.git ./qtapng
328328
fi
329329

330330
cd ./qtapng
@@ -355,7 +355,7 @@ get_themes() {
355355
fi
356356

357357
echo "Downloading themes..."
358-
git clone git@github.com:AttorneyOnline/AO2-Themes.git ./bin/base/themes
358+
git clone https://github.com/AttorneyOnline/AO2-Themes.git ./bin/base/themes
359359

360360
rm -rf ./bin/base/themes/.gitignore
361361
rm -rf ./bin/base/themes/.gitattributes

0 commit comments

Comments
 (0)