From de34e2026a3a5a373e95a49d000f724f11bec155 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:33:33 +0200 Subject: [PATCH] cleaning --- manifest.toml | 1 + scripts/install | 1 + 2 files changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index fff5e89..024f73e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -114,6 +114,7 @@ ram.runtime = "3G" "postgresql", "postgresql-contrib", "hub", + "gettext", # Borg backup dependencies "pkg-config", "python3-pkgconfig", "libacl1-dev", "libacl1", "libssl-dev", "liblz4-dev", "libzstd-dev", "libxxhash-dev", diff --git a/scripts/install b/scripts/install index 3c5014b..1bf70d0 100755 --- a/scripts/install +++ b/scripts/install @@ -83,6 +83,7 @@ ynh_script_progression "Install weblate using PIP..." virtualenv --python=python3 "${install_dir}/venv" chown -R $app: "$install_dir" + #run source in a 'sub shell' ( set +o nounset