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

Update install

This commit is contained in:
abeudin 2014-05-27 16:06:50 +02:00
parent 02631d7786
commit 9fbd35a508

View file

@ -17,7 +17,7 @@ sudo apt-get install git build-essential libxslt-dev python-dev python-virtualen
# Check Swap
if [ $(sudo swapon -s | wc -l) = 1 ];
then
sudo dd if=/dev/zero of=/tmp/myswapfile bs=1M count=1024
sudo dd if=/dev/zero of=/tmp/myswapfile bs=1M count=128
sudo chmod 600 /tmp/myswapfile
sudo mkswap /tmp/myswapfile
sudo swapon /tmp/myswapfile