Update install.sh

This commit is contained in:
midoks 2021-01-29 19:34:58 +08:00
parent 176eb7c76e
commit d7fa2fbfff
1 changed files with 1 additions and 1 deletions

View File

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