mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
fix
This commit is contained in:
parent
22a7267268
commit
ed7368d063
2 changed files with 0 additions and 4 deletions
|
@ -78,9 +78,7 @@ cp -r $install_dir/frontend/dist/assets/branding.sample $install_dir/frontend/di
|
||||||
pushd "$install_dir/backend"
|
pushd "$install_dir/backend"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
set +u;
|
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
set -u;
|
|
||||||
ynh_exec_warn_less pip install -r requirements-build.txt
|
ynh_exec_warn_less pip install -r requirements-build.txt
|
||||||
ynh_exec_warn_less pip install -r requirements.txt
|
ynh_exec_warn_less pip install -r requirements.txt
|
||||||
ynh_exec_warn_less pip install -r requirements-full-preview-generator.txt
|
ynh_exec_warn_less pip install -r requirements-full-preview-generator.txt
|
||||||
|
|
|
@ -71,9 +71,7 @@ pushd "$install_dir/backend"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_secure_remove --file="$install_dir/backend/env"
|
ynh_secure_remove --file="$install_dir/backend/env"
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
set +u;
|
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
set -u;
|
|
||||||
ynh_exec_warn_less pip install -r requirements-build.txt
|
ynh_exec_warn_less pip install -r requirements-build.txt
|
||||||
ynh_exec_warn_less ynh_exec_warn_less pip install -r requirements.txt
|
ynh_exec_warn_less ynh_exec_warn_less pip install -r requirements.txt
|
||||||
ynh_exec_warn_less pip install -r requirements-full-preview-generator.txt
|
ynh_exec_warn_less pip install -r requirements-full-preview-generator.txt
|
||||||
|
|
Loading…
Reference in a new issue