mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
remove sets
This commit is contained in:
parent
2ad20699fa
commit
4ee0fd1dff
1 changed files with 0 additions and 2 deletions
|
@ -111,9 +111,7 @@ ynh_system_user_create $app
|
||||||
# PIP INSTALLATION
|
# PIP INSTALLATION
|
||||||
#=================================================
|
#=================================================
|
||||||
virtualenv ${final_path}/venv
|
virtualenv ${final_path}/venv
|
||||||
set +o nounset
|
|
||||||
source ${final_path}/venv/bin/activate
|
source ${final_path}/venv/bin/activate
|
||||||
set -o nounset
|
|
||||||
${final_path}/venv/bin/pip install Weblate==2.16
|
${final_path}/venv/bin/pip install Weblate==2.16
|
||||||
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns
|
${final_path}/venv/bin/pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue