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

Update upgrade

This commit is contained in:
ericgaspar 2021-01-22 18:47:28 +01:00
parent 66d01355a4
commit 404a14ef5a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -84,10 +84,6 @@ then
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" ynh_setup_source --dest_dir="$final_path"
# pushd $final_path
# bower update --allow-root
# popd
fi fi
#================================================= #=================================================
@ -139,11 +135,7 @@ ynh_store_file_checksum "$final_path/config/config.js"
ynh_script_progression --message="Building CryptPad... (this will take some time and resources!)" --weight=60 ynh_script_progression --message="Building CryptPad... (this will take some time and resources!)" --weight=60
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
ynh_use_nodejs bower update --allow-root
ynh_exec_warn_less yarn install --allow-root
yarn global add bower
bower cache clean
bower install --allow-root
popd || ynh_die popd || ynh_die
#================================================= #=================================================