mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
fix mv command
This commit is contained in:
parent
88cc672d7f
commit
d2538d8bc5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ then
|
|||
sudo mkdir -p $final_path
|
||||
fi
|
||||
wget https://github.com/asciimoo/searx/archive/v0.10.0.tar.gz
|
||||
tar xvf v0.10.0.tar.gz && mv searx-0.10.0 ../sources/searx
|
||||
tar xvf v0.10.0.tar.gz && mv searx-0.10.0 searx && mv searx ../sources
|
||||
sudo cp -r ../sources/* $final_path
|
||||
sudo virtualenv --system-site-packages $final_path
|
||||
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements-ynh.txt"
|
||||
|
|
Loading…
Add table
Reference in a new issue