mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
[fix] image
This commit is contained in:
parent
1462cf2f71
commit
51da5711b0
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ sudo chown -R $app: $final_path
|
||||||
sudo su $app -c "cd $final_path && npm install"
|
sudo su $app -c "cd $final_path && npm install"
|
||||||
sudo npm install -g bower
|
sudo npm install -g bower
|
||||||
sudo su $app -c "cd $final_path && bower install && bower install chainpad#^0.4.0"
|
sudo su $app -c "cd $final_path && bower install && bower install chainpad#^0.4.0"
|
||||||
|
sudo mv customize.dist customize
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue