From d821d5b5419cde5924aa4c193cac734274e467a6 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Mon, 3 Jun 2024 23:26:55 +0800 Subject: [PATCH] centos: stream 8 EOL --- README.en.md | 4 ++-- README.md | 6 +++--- reinstall.sh | 7 +++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.en.md b/README.en.md index 210f272..7b44d91 100644 --- a/README.en.md +++ b/README.en.md @@ -37,7 +37,7 @@ Reinstall server with one-click [中文](README.md) | Gentoo | Rolling | 512 MB | 5 GB | | Windows (DD) | Any | 512 MB | Depending on the image | | Windows (ISO) | Vista, 7, 8.x (Server 2008 ~ 2012 R2) | 512 MB | 25 GB | -| Windows (ISO) | 10, 11 (Server 2016 ~ 2022) | 1 GB | 25 GB | +| Windows (ISO) | 10, 11 (Server 2016 ~ 2025) | 1 GB | 25 GB | (\*) Indicates installation using cloud images, not traditional network installation. @@ -136,7 +136,7 @@ certutil -urlcache -f -split https://mirror.ghproxy.com/https://raw.githubuserco > When installing other systems, can monitor the progress through various methods (SSH, HTTP 80 port, VNC in the background, serial console). ```bash -bash reinstall.sh centos 7|8|9 (8|9 for the stream version) +bash reinstall.sh centos 7|9 (9 is stream version) oracle 7|8|9 alma 8|9 rocky 8|9 diff --git a/README.md b/README.md index 69ad3fa..046eecc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ | Debian | 10, 11, 12 | 256 MB | 1 ~ 1.5 GB ^ | | Kali | 滚动 | 256 MB | 1 ~ 1.5 GB ^ | | Ubuntu | 20.04, 22.04, 24.04 | 512 MB \* | 2 GB | -| CentOS | 7, 8, 9 | 512 MB \* | 5 GB | +| CentOS | 7, 9 (stream) | 512 MB \* | 5 GB | | Oracle | 7, 8, 9 | 512 MB \* | 5 GB | | Alma | 8, 9 | 512 MB \* | 5 GB | | Rocky | 8, 9 | 512 MB \* | 5 GB | @@ -37,7 +37,7 @@ | Gentoo | 滚动 | 512 MB | 5 GB | | Windows (DD) | 任何 | 512 MB | 取决于镜像 | | Windows (ISO) | Vista, 7, 8.x (Server 2008 ~ 2012 R2) | 512 MB | 25 GB | -| Windows (ISO) | 10, 11 (Server 2016 ~ 2022) | 1 GB | 25 GB | +| Windows (ISO) | 10, 11 (Server 2016 ~ 2025) | 1 GB | 25 GB | (\*) 表示使用云镜像安装,非传统网络安装 @@ -137,7 +137,7 @@ certutil -urlcache -f -split https://mirror.ghproxy.com/https://raw.githubuserco > 安装其它系统时,可通过多种方式(SSH、HTTP 80 端口、后台 VNC、串行控制台)查看安装进度。 ```bash -bash reinstall.sh centos 7|8|9 (8|9 为 stream 版本) +bash reinstall.sh centos 7|9 (9 为 stream 版本) oracle 7|8|9 alma 8|9 rocky 8|9 diff --git a/reinstall.sh b/reinstall.sh index be2a0cf..81cff84 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -29,7 +29,7 @@ usage_and_exit() { reinstall____='./reinstall.sh' fi cat <