mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
Update install
This commit is contained in:
parent
06f27429bf
commit
0f7fb61373
1 changed files with 1 additions and 5 deletions
|
@ -150,12 +150,8 @@ pushd "$final_path"
|
|||
export NODE_OPTIONS=--max_old_space_size=1024
|
||||
# Build server from source
|
||||
ynh_use_nodejs
|
||||
echo $(node -v)
|
||||
env "$ynh_node_load_PATH" echo $(node -v)
|
||||
env "$ynh_node_load_PATH" echo $(npm -v)
|
||||
env "$ynh_node_load_PATH" npm install -g npm
|
||||
env "$ynh_node_load_PATH" echo $(npm -v)
|
||||
env "$ynh_node_load_PATH" make all install DESTDIR=$final_path/build 2>&1
|
||||
env "$ynh_node_load_PATH" make dep-tensorflow dep-js dep-go build-js install DESTDIR=$final_path/build 2>&1
|
||||
ynh_secure_remove --file="$final_path/go"
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue