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