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 2019-01-05 19:27:10 +01:00 committed by GitHub
parent ad30042729
commit 007baca42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,8 +117,8 @@ sudo chown admin -R $install_log
script_dir="$PWD"
pushd "$final_path"
npm install
npm install -g bower
npm install --allow-root
npm install -g bower --allow-root
bower install --allow-root
popd