bower version

This commit is contained in:
Bob Mottram 2017-05-26 15:10:25 +01:00
parent f3f218867e
commit 1e1ed55816
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ function install_cryptpad {
cd $CRYPTPAD_DIR
npm install
npm install -g bower
npm install -g bower@1.8.0
bower install
cp config.example.js config.js
if [ ! -f config.js ]; then