From 494eb6ca1bc6e19084d831e9cf75d2e60f1f4e92 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:03:04 +0100 Subject: [PATCH] Update clone target in configure.sh (#1077) --- configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index f5b24a2..619f1bf 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