create-swap/README.md

8 lines
297 B
Markdown
Raw Normal View History

2021-06-21 03:45:19 +08:00
# create-swap
2021-06-21 04:12:48 +08:00
Add SWAP partition for linux system and set it to start automatically.
2021-06-23 16:10:37 +08:00
为linux增加swap分区
一键添加swap分区并添加开机自启
2024-08-22 22:20:15 +08:00
```
wget https://raw.githubusercontent.com/yangliuchang/create-swap/main/create-swap.sh &&chmod +x create-swap.sh &&bash create-swap.sh
```