1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

[fix] same duplicated instruction

This commit is contained in:
Laurent Peuch 2016-04-27 09:13:23 +02:00
parent a13428c101
commit b7481fc09e

View file

@ -55,7 +55,7 @@ then
fi fi
sudo cp -r ../sources/* $final_path sudo cp -r ../sources/* $final_path
sudo virtualenv --system-site-packages $final_path sudo virtualenv --system-site-packages $final_path
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt && $final_path/manage.sh update_packages" sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt"
# Disable swapfile # Disable swapfile
if [[ -v "$tmp_swap_file" ]]; if [[ -v "$tmp_swap_file" ]];