System
swap.sh
- Description: Swap Easy Setup Tool
- Support OS: Debian 6+ / Ubuntu 14+
Installation:
WGET
wget -N --no-cache --no-check-certificate https://carry0987.github.io/Linux-Note/data/System/swap.sh && chmod +x swap.sh && bash swap.sh
CURL
curl -H 'Cache-Control: no-cache' -O https://carry0987.github.io/Linux-Note/data/System/swap.sh && chmod +x swap.sh && bash swap.sh