From 7b623c8fb3a7897c567a98d04d0a44780a62f027 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Sep 2023 21:26:03 +0300 Subject: Build and install the API --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index e17abdb..789647a 100755 --- a/install.sh +++ b/install.sh @@ -198,3 +198,10 @@ sh ipfs-check-install-setup-init-update source ./config.sh source $HOME/$SHELLRC sh init.sh +make +if [ $? -ne 0 ] +then + printf 'Building API daemon failed\n' + exit 1 +fi +ln -s $WHEREAMI/build/ak-daemon $AK_BINDIR/ak-daemon -- cgit v1.2.3