From e06e7eed943e8387602d0e8a4b1862c576f1d1a2 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 9 Nov 2020 15:47:29 +0000 Subject: [PATCH] Fix preset options in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6eb5ae3..a830830 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,15 @@ This script is used to reinstall the Linux OS of a KVM-based VPS or a Hyper-V vi ### `china` - `--dns '223.5.5.5 223.6.6.6'` - - `--protocol https` - - `--mirror mirrors.aliyun.com` - - `--security true` + - `--mirror-protocol https` + - `--mirror-host mirrors.aliyun.com` + - `--security-repository mirror` - `--ntp ntp.aliyun.com` ### `cloud` - `--dns '1.1.1.1 1.0.0.1'` - - `--protocol https` - - `--mirror deb.debian.org` - - `--security true` + - `--mirror-protocol https` + - `--mirror-host deb.debian.org` + - `--security-repository mirror` - `--ntp 0.debian.pool.ntp.org`