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

Update upgrade

This commit is contained in:
abeudin 2015-02-16 12:12:13 +01:00
parent 881e7f5695
commit 3fc109275f

View file

@ -30,7 +30,7 @@ then
fi fi
sudo cp -r ../sources/* $final_path sudo cp -r ../sources/* $final_path
sudo virtualenv $final_path sudo virtualenv $final_path
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt" sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt --upgrade"
# Disable swapfile # Disable swapfile
if [ -f $tmp_swap_file ]; if [ -f $tmp_swap_file ];