Update install.sh

pull/109/head
midoks 4 years ago
parent 176eb7c76e
commit d7fa2fbfff
  1. 2
      plugins/swap/install.sh

@ -22,7 +22,7 @@ Install_swap()
if [ "$sysName" == "Darwin" ];then if [ "$sysName" == "Darwin" ];then
pass pass
else else
dd if=/dev/zero of=/swapfile bs=1M count=1024 dd if=/dev/zero of=/swapfile bs=1M count=2048
chmod 600 /swapfile chmod 600 /swapfile
mkswap /swapfile mkswap /swapfile
swapon /swapfile swapon /swapfile

Loading…
Cancel
Save