mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
cleaning
This commit is contained in:
parent
77994d07c2
commit
de34e2026a
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue