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:
parent
82da1b455c
commit
b2d17109d7
1 changed files with 3 additions and 3 deletions
|
@ -134,10 +134,10 @@ ynh_use_logrotate
|
|||
|
||||
script_dir="$PWD"
|
||||
pushd "$final_path"
|
||||
sudo npm install
|
||||
sudo npm install -g bower
|
||||
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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue