fix: [ardb] switch to ail-project ardb fork #38

Signed-off-by: Jean-Louis Huynen <huynenjl@gmail.com>
pull/534/head
Jean-Louis Huynen 2020-09-03 16:27:15 +02:00
parent 55ab603f27
commit 8a1af2c37e
1 changed files with 1 additions and 1 deletions

View File

@ -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