Update README.md

This commit is contained in:
Molly Lau 2023-09-03 15:47:07 +09:00 committed by GitHub
parent c4f57c7993
commit d449ebd692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ And then continue to download and execute this script.
Debian series(Debian / Ubuntu / Kali): Debian series(Debian / Ubuntu / Kali):
<pre><code>apt update -y</code></pre> <pre><code>apt update -y</code></pre>
<pre><code>apt install wget -y</code></pre> <pre><code>apt install wget -y</code></pre>
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):
<pre><code>yum install wget -y</code></pre> <pre><code>yum install wget -y</code></pre>
or: or:
<pre><code>dnf install wget -y</code></pre> <pre><code>dnf install wget -y</code></pre>