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

Update install

This commit is contained in:
frju365 2017-07-05 12:36:19 +02:00 committed by GitHub
parent 184e84eef3
commit 767024f164

View file

@ -138,7 +138,6 @@ sudo chown -R $app: $final_path
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"
sudo mv customize.dist customize
popd
#=================================================