mirror of
https://github.com/YunoHost-Apps/libretranslate_ynh.git
synced 2024-09-03 19:36:00 +02:00
test
This commit is contained in:
parent
7fa133debe
commit
95ce5d855f
2 changed files with 2 additions and 2 deletions
|
@ -49,4 +49,4 @@ ram.runtime = "50M"
|
||||||
main.default = 5000
|
main.default = 5000
|
||||||
|
|
||||||
[resources.apt]
|
[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"
|
||||||
|
|
|
@ -31,7 +31,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing LibreTranslate..." --weight=1
|
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
|
pushd $install_dir
|
||||||
mkdir -p .venv
|
mkdir -p .venv
|
||||||
|
|
Loading…
Add table
Reference in a new issue