mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
chore: use libsecret mirror due to instability of gitlab.gnome.org
This commit is contained in:
parent
71609c34b0
commit
2873595e40
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cd "$LINUX_DIRECTORY" || exit 1
|
||||||
#pip3 install --user meson markdown tomli --upgrade
|
#pip3 install --user meson markdown tomli --upgrade
|
||||||
# pip3 install --user gi-docgen
|
# pip3 install --user gi-docgen
|
||||||
cd build || exit 1
|
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
|
cd libsecret || exit 1
|
||||||
git checkout $LIBSECRET_TAG
|
git checkout $LIBSECRET_TAG
|
||||||
if ! [ -x "$(command -v meson)" ]; then
|
if ! [ -x "$(command -v meson)" ]; then
|
||||||
|
|
Loading…
Reference in a new issue