create-swap/README.md

8 lines
297 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# create-swap
Add SWAP partition for linux system and set it to start automatically.
为linux增加swap分区
一键添加swap分区并添加开机自启
```
wget https://raw.githubusercontent.com/yangliuchang/create-swap/main/create-swap.sh &&chmod +x create-swap.sh &&bash create-swap.sh
```