From f0598f27ff25ac969906d9f368a88732b7a2da82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 29 Mar 2024 13:25:22 +0100 Subject: [PATCH] Fix linter, remove fixmes --- manifest.toml | 6 +++--- scripts/install | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9b61cdc..2b3f6e9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,9 +21,9 @@ architectures = "all" multi_instance = true ldap = "not_relevant" sso = "not_relevant" -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "50M" +ram.build = "100M" +ram.runtime = "100M" [install] [install.encrypt] diff --git a/scripts/install b/scripts/install index 367d15b..d28e5fe 100755 --- a/scripts/install +++ b/scripts/install @@ -21,9 +21,6 @@ _set_frequencies ynh_app_setting_set --app="$app" --key=overwrite_cron --value=1 -# echo "encfs encfs/security-information boolean true" | debconf-set-selections -#REMOVEME? ynh_install_app_dependencies $pkg_dependencies - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================