Update clone target in configure.sh (#1077)
This commit is contained in:
parent
b494380562
commit
494eb6ca1b
@ -324,7 +324,7 @@ get_qtapng() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "./qtapng" ]; then
|
if [ ! -d "./qtapng" ]; then
|
||||||
git clone git@github.com:jurplel/QtApng.git ./qtapng
|
git clone https://github.com/jurplel/QtApng.git ./qtapng
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ./qtapng
|
cd ./qtapng
|
||||||
@ -355,7 +355,7 @@ get_themes() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Downloading themes..."
|
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/.gitignore
|
||||||
rm -rf ./bin/base/themes/.gitattributes
|
rm -rf ./bin/base/themes/.gitattributes
|
||||||
|
Loading…
Reference in New Issue
Block a user