Skip to content
Snippets Groups Projects
Commit a3545915 authored by Bob Mottram's avatar Bob Mottram
Browse files

Update bower

parent cadcad24
No related branches found
No related tags found
No related merge requests found
Pipeline #72638 failed
......@@ -127,6 +127,7 @@ function upgrade_cryptpad {
cryptpad_create_config
npm upgrade
npm install
su -c 'npm install bower@1.8.4' - cryptpad
rm -rf $CRYPTPAD_DIR/.cache/bower
su -c './node_modules/bower/bin/bower install --config.interactive=false' - cryptpad
su -c './node_modules/bower/bin/bower update --config.interactive=false' - cryptpad
......@@ -658,7 +659,7 @@ function install_cryptpad {
increment_app_install_progress
npm install bower@1.8.4
su -c 'npm install bower@1.8.4' - cryptpad
increment_app_install_progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment