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:
ericgaspar 2021-01-24 22:33:16 +01:00
parent 4b43c2fd87
commit 45034d51f0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -76,7 +76,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=20
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Install Yarn # Install Yarn
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" #ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER
@ -136,8 +136,8 @@ ynh_script_progression --message="Building CryptPad... (this will take some time
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less yarn install --allow-root ynh_exec_warn_less npm install --allow-root
yarn global add bower npm install -g bower
bower install --allow-root bower install --allow-root
popd || ynh_die popd || ynh_die