From 2873595e40f34abe168ae940a954285f1c753868 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 11 Dec 2024 09:24:42 -0600 Subject: [PATCH] chore: use libsecret mirror due to instability of gitlab.gnome.org --- scripts/linux/build_secure_storage_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/build_secure_storage_deps.sh b/scripts/linux/build_secure_storage_deps.sh index 9956d286c..737508ab0 100755 --- a/scripts/linux/build_secure_storage_deps.sh +++ b/scripts/linux/build_secure_storage_deps.sh @@ -25,7 +25,7 @@ cd "$LINUX_DIRECTORY" || exit 1 #pip3 install --user meson markdown tomli --upgrade # pip3 install --user gi-docgen cd build || exit 1 -git -C libsecret pull origin $LIBSECRET_TAG || git clone https://gitlab.gnome.org/GNOME/libsecret.git libsecret +git -C libsecret pull origin $LIBSECRET_TAG || git clone https://git.cypherstack.com/Cypher_Stack/libsecret.git libsecret cd libsecret || exit 1 git checkout $LIBSECRET_TAG if ! [ -x "$(command -v meson)" ]; then