From 9d145db6dcf311892bbc34276ae5c30a50956ad5 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:59:41 +0100 Subject: [PATCH] Fix --- manifest.toml | 3 +-- scripts/install | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index acfb53b..ce45105 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] diff --git a/scripts/install b/scripts/install index 08e3589..8f996dc 100755 --- a/scripts/install +++ b/scripts/install @@ -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