From 95ce5d855f4513871cb9769beb1753259fe1a097 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 2 Apr 2023 00:52:30 +0200 Subject: [PATCH] test --- manifest.toml | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c634b07..089bdc0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,4 +49,4 @@ ram.runtime = "50M" main.default = 5000 [resources.apt] - packages = "libicu-dev, python3-venv, python3-icu, pkg-config, python3, python3-pip, python3-dev, build-essential, libssl-dev, libffi-dev, python3-setuptools" + packages = "python3, python3-venv" diff --git a/scripts/install b/scripts/install index 139abb9..9e25765 100755 --- a/scripts/install +++ b/scripts/install @@ -31,7 +31,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Installing LibreTranslate..." --weight=1 -sudo -u $app python3 -m pip install pipenv +ynh_exec_warn_less python3 -m pip install pipenv pushd $install_dir mkdir -p .venv