diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2025-01-29 21:03:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 21:03:04 +0100 |
| commit | 494eb6ca1bc6e19084d831e9cf75d2e60f1f4e92 (patch) | |
| tree | 71794e72dedc30329102b9e6f3adfc8c08c35981 /configure.sh | |
| parent | b494380562e998c329609bd626e37a379597d22e (diff) | |
Update clone target in configure.sh (#1077)
Diffstat (limited to 'configure.sh')
| -rwxr-xr-x | configure.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh index f5b24a2b..619f1bf2 100755 --- a/configure.sh +++ b/configure.sh @@ -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 |
