1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

[Fix] Cryptpad (1st try)

This commit is contained in:
frju365 2017-07-01 10:58:12 +02:00 committed by GitHub
parent 82da1b455c
commit b2d17109d7

View file

@ -134,10 +134,10 @@ ynh_use_logrotate
script_dir="$PWD" script_dir="$PWD"
pushd "$final_path" pushd "$final_path"
sudo npm install
sudo npm install -g bower
sudo chown -R $app: $final_path sudo chown -R $app: $final_path
sudo su $app -c "cd $final_path && bower install chainpad#^0.4.0 -f && bower install -F" sudo su $app -c "cd $final_path && npm install"
sudo npm install -g bower
sudo su $app -c "cd $final_path && bower install && bower install chainpad#^0.4.0"
popd popd
#================================================= #=================================================