diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |