From b9557e0567908a963ffc269865f453fe2a81aedd Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 14 Sep 2023 00:29:15 +0300 Subject: We should first install the api before building it --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 55c187f..2b9c769 100755 --- a/install.sh +++ b/install.sh @@ -199,6 +199,9 @@ sh ipfs-check-install-setup-init-update source ./config.sh source $HOME/$SHELLRC sh init.sh +cd api +npm i +cd .. make if [ $? -ne 0 ] then -- cgit v1.2.3