1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Update install

This commit is contained in:
ericgaspar 2020-07-23 10:16:45 +02:00
parent 59cf13f9eb
commit 8ea027d32b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -178,7 +178,7 @@ chown -R "$app":"$app" $final_path
pushd "$final_path"
ynh_use_nodejs
sudo -u $app env $ynh_node_load_PATH yarn install --production --pure-lockfile
sudo -u $app env $ynh_node_load_PATH yarn install --production #--pure-lockfile
popd
#=================================================