mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Merge kload patch-2 branch
This commit is contained in:
commit
606b32e804
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sudo apt-get install git build-essential libxslt-dev python-dev python-virtualen
|
|||
tmp_swap_file=/tmp/searx_swapfile
|
||||
if [ $(sudo swapon -s | wc -l) = 1 ];
|
||||
then
|
||||
sudo dd if=/dev/zero of=$tmp_swap_file bs=1M count=1024
|
||||
sudo dd if=/dev/zero of=$tmp_swap_file bs=1M count=256
|
||||
sudo chmod 600 $tmp_swap_file
|
||||
sudo mkswap $tmp_swap_file
|
||||
sudo swapon $tmp_swap_file
|
||||
|
|
Loading…
Add table
Reference in a new issue