1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00
This commit is contained in:
oufmilo 2023-12-21 19:10:06 +01:00
parent 9d145db6dc
commit edc00c45e2
2 changed files with 4 additions and 1 deletions

View file

@ -53,5 +53,9 @@ ram.runtime = "2G"
[resources.apt] [resources.apt]
packages = "ffmpeg, postgresql, build-essential" 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] [resources.database]
type = "postgresql" type = "postgresql"

View file

@ -25,7 +25,6 @@ source /usr/share/yunohost/helpers
ynh_script_progression --message="Installing dependencies... This might take some time." --weight=3 ynh_script_progression --message="Installing dependencies... This might take some time." --weight=3
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION 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 # DOWNLOAD, CHECK AND UNPACK SOURCE