From d449ebd6923972fcbae58c4a89e4a0edf36162b6 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 3 Sep 2023 15:47:07 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c181e..79730c7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ And then continue to download and execute this script. Debian series(Debian / Ubuntu / Kali):
apt update -y
apt install wget -y
-RedHat series, only based on RedHat 7+, grub2(CentOS / AlmaLinux / RockyLinux / OracleLinux / Fedora / VzLinux / ScientificOS / RedHat Enterprise Linux / Tencent OpenCloudOS / AWS AmazonLinux / AlibabaCloudLinux or AliyunLinux / OpenAnolis): +RedHat series, only based on RedHat 7+, grub2(CentOS / AlmaLinux / CloudLinux / RockyLinux / OracleLinux / Fedora / VzLinux / ScientificOS / RedHat Enterprise Linux / Tencent OpenCloudOS / AWS AmazonLinux / AlibabaCloudLinux or AliyunLinux / OpenAnolis):
yum install wget -y
or:
dnf install wget -y