mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Again
This commit is contained in:
parent
f1371a19e9
commit
a4d1ac0d50
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ynh_script_progression --message="Installing dependencies..."
|
|||
ynh_install_app_dependencies postgresql apt-transport-https
|
||||
|
||||
# Install Yarn
|
||||
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn(<=1.20)" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn (<1.20)" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
|
||||
ynh_install_nodejs 8
|
||||
|
||||
|
|
Loading…
Reference in a new issue