1
0
Fork 0
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:
Jean-Baptiste Holcroft 2017-09-14 17:19:18 +02:00
parent 2ad20699fa
commit 4ee0fd1dff

View file

@ -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