diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-14 00:29:15 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-14 00:29:15 +0300 |
commit | b9557e0567908a963ffc269865f453fe2a81aedd (patch) | |
tree | ced24c0a7f4d2eec4c89f433b3f50793d82da308 /install.sh | |
parent | 4598949d827219dfd202aad666ae70d3a2704ba7 (diff) | |
download | arching-kaos-tools-b9557e0567908a963ffc269865f453fe2a81aedd.tar.gz arching-kaos-tools-b9557e0567908a963ffc269865f453fe2a81aedd.tar.bz2 arching-kaos-tools-b9557e0567908a963ffc269865f453fe2a81aedd.zip |
We should first install the api before building it
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 |