Update clone target in configure.sh (#1077)

This commit is contained in:
Salanto 2025-01-29 21:03:04 +01:00 committed by GitHub
parent b494380562
commit 494eb6ca1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,7 @@ get_qtapng() {
fi
if [ ! -d "./qtapng" ]; then
git clone git@github.com:jurplel/QtApng.git ./qtapng
git clone https://github.com/jurplel/QtApng.git ./qtapng
fi
cd ./qtapng
@ -355,7 +355,7 @@ get_themes() {
fi
echo "Downloading themes..."
git clone git@github.com:AttorneyOnline/AO2-Themes.git ./bin/base/themes
git clone https://github.com/AttorneyOnline/AO2-Themes.git ./bin/base/themes
rm -rf ./bin/base/themes/.gitignore
rm -rf ./bin/base/themes/.gitattributes