From 8a1af2c37e280e3e2a432f5c745f3c61cd70f2f4 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Thu, 3 Sep 2020 16:27:15 +0200 Subject: [PATCH] fix: [ardb] switch to ail-project ardb fork #38 Signed-off-by: Jean-Louis Huynen --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index ff2df4c6..1380a02c 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -80,7 +80,7 @@ sudo make install popd # ARDB # -test ! -d ardb/ && git clone https://github.com/yinqiwen/ardb.git +test ! -d ardb/ && git clone https://github.com/ail-project/ardb.git pushd ardb/ make popd