We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b494380 commit 494eb6cCopy full SHA for 494eb6c
1 file changed
configure.sh
@@ -324,7 +324,7 @@ get_qtapng() {
324
fi
325
326
if [ ! -d "./qtapng" ]; then
327
- git clone git@github.com:jurplel/QtApng.git ./qtapng
+ git clone https://github.com/jurplel/QtApng.git ./qtapng
328
329
330
cd ./qtapng
@@ -355,7 +355,7 @@ get_themes() {
355
356
357
echo "Downloading themes..."
358
- git clone git@github.com:AttorneyOnline/AO2-Themes.git ./bin/base/themes
+ git clone https://github.com/AttorneyOnline/AO2-Themes.git ./bin/base/themes
359
360
rm -rf ./bin/base/themes/.gitignore
361
rm -rf ./bin/base/themes/.gitattributes
0 commit comments