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
82ca1e43ac
commit
d71e49639d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pushd "$final_path"
|
|||
ynh_use_nodejs
|
||||
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install 2>&1
|
||||
# Build server from source
|
||||
ynh_exec_as $app env $ynh_node_load_PATH make all install DESTDIR=$final_path/build 2>&1
|
||||
ynh_exec_as root env $ynh_node_load_PATH make all install DESTDIR=$final_path/build 2>&1
|
||||
ynh_secure_remove --file="$final_path/go"
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue