1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
This commit is contained in:
Thomas 2024-09-30 18:33:33 +02:00 committed by GitHub
parent 77994d07c2
commit de34e2026a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -114,6 +114,7 @@ ram.runtime = "3G"
"postgresql", "postgresql",
"postgresql-contrib", "postgresql-contrib",
"hub", "hub",
"gettext",
# Borg backup dependencies # Borg backup dependencies
"pkg-config", "python3-pkgconfig", "pkg-config", "python3-pkgconfig",
"libacl1-dev", "libacl1", "libssl-dev", "liblz4-dev", "libzstd-dev", "libxxhash-dev", "libacl1-dev", "libacl1", "libssl-dev", "liblz4-dev", "libzstd-dev", "libxxhash-dev",

View file

@ -83,6 +83,7 @@ ynh_script_progression "Install weblate using PIP..."
virtualenv --python=python3 "${install_dir}/venv" virtualenv --python=python3 "${install_dir}/venv"
chown -R $app: "$install_dir" chown -R $app: "$install_dir"
#run source in a 'sub shell' #run source in a 'sub shell'
( (
set +o nounset set +o nounset