mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Fix
This commit is contained in:
parent
7954d5543c
commit
9d145db6dc
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ name = "Iceshrimp"
|
|||
description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard."
|
||||
description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub."
|
||||
|
||||
version = "v2023~ynh1"
|
||||
version = "2023~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
@ -26,7 +26,6 @@ ram.runtime = "2G"
|
|||
|
||||
[install]
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "domain"
|
||||
|
||||
[install.init_main_permission]
|
||||
|
|
|
@ -25,6 +25,7 @@ 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…
Add table
Reference in a new issue