mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Fix yarn
This commit is contained in:
parent
9d145db6dc
commit
edc00c45e2
2 changed files with 4 additions and 1 deletions
|
@ -53,5 +53,9 @@ ram.runtime = "2G"
|
|||
[resources.apt]
|
||||
packages = "ffmpeg, postgresql, build-essential"
|
||||
|
||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
extras.yarn.packages = "yarn"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
|
@ -25,7 +25,6 @@ source /usr/share/yunohost/helpers
|
|||
ynh_script_progression --message="Installing dependencies... This might take some time." --weight=3
|
||||
|
||||
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
||||
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Reference in a new issue