Update README.md

main
yanglc 2024-08-22 22:20:15 +08:00 committed by GitHub
parent c6b2981f65
commit 2cd839f65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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