diff --git a/.github/workflows/run_reinstall.yml b/.github/workflows/run_reinstall.yml
index ee62e24..c09b51d 100644
--- a/.github/workflows/run_reinstall.yml
+++ b/.github/workflows/run_reinstall.yml
@@ -21,18 +21,19 @@ jobs:
git config --global core.autocrlf false
- uses: actions/checkout@v4
- run: |
- ${{ matrix.command }} centos
- ${{ matrix.command }} almalinux 8
- ${{ matrix.command }} rocky 9
- ${{ matrix.command }} fedora
+ # ${{ matrix.command }} centos
+ ${{ matrix.command }} almalinux
+ # ${{ matrix.command }} rocky
+ # ${{ matrix.command }} fedora
+ # ${{ matrix.command }} oracle
${{ matrix.command }} ubuntu
${{ matrix.command }} debian
${{ matrix.command }} debian --ci
- ${{ matrix.command }} kali
- ${{ matrix.command }} alpine
- ${{ matrix.command }} opensuse
- ${{ matrix.command }} arch
- ${{ matrix.command }} gentoo
+ # ${{ matrix.command }} kali
+ # ${{ matrix.command }} alpine
+ # ${{ matrix.command }} opensuse
+ # ${{ matrix.command }} arch
+ # ${{ matrix.command }} gentoo
${{ matrix.command }} netboot.xyz
${{ matrix.command }} dd --img=https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-SelfInstall.raw.xz
diff --git a/README.en.md b/README.en.md
index 962c407..ab6d46d 100644
--- a/README.en.md
+++ b/README.en.md
@@ -51,7 +51,7 @@ The system requirements for the target system are as follows:
|
Kali | Rolling | 256 MB | 1 ~ 1.5 GB ^ |
|
Ubuntu | 16.04 LTS - 24.04 LTS, 25.04 | 512 MB \* | 2 GB |
|
Anolis | 7, 8, 23 | 512 MB \* | 5 GB |
-|
RHEL
AlmaLinux
Rocky
Oracle | 8, 9, 10 (if released) | 512 MB \* | 5 GB |
+|
RHEL
AlmaLinux
Rocky
Oracle | 8, 9, 10 | 512 MB \* | 5 GB |
|
OpenCloudOS | 8, 9, Stream 23 | 512 MB \* | 5 GB |
|
CentOS Stream | 9, 10 | 512 MB \* | 5 GB |
|
Fedora | 41, 42 | 512 MB \* | 5 GB |
@@ -155,7 +155,7 @@ certutil -urlcache -f -split https://cnb.cool/bin456789/reinstall/-/git/raw/main
```bash
bash reinstall.sh anolis 7|8|23
rocky 8|9|10
- oracle 8|9
+ oracle 8|9|10
almalinux 8|9|10
opencloudos 8|9|23
centos 9|10
diff --git a/README.md b/README.md
index 4af0697..ef3f31f 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@
|
Kali | 滚动 | 256 MB | 1 ~ 1.5 GB ^ |
|
Ubuntu | 16.04 LTS - 24.04 LTS, 25.04 | 512 MB \* | 2 GB |
|
Anolis | 7, 8, 23 | 512 MB \* | 5 GB |
-|
RHEL
AlmaLinux
Rocky
Oracle | 8, 9, 10 (如果有) | 512 MB \* | 5 GB |
+|
RHEL
AlmaLinux
Rocky
Oracle | 8, 9, 10 | 512 MB \* | 5 GB |
|
OpenCloudOS | 8, 9, Stream 23 | 512 MB \* | 5 GB |
|
CentOS Stream | 9, 10 | 512 MB \* | 5 GB |
|
Fedora | 41, 42 | 512 MB \* | 5 GB |
@@ -155,7 +155,7 @@ certutil -urlcache -f -split https://cnb.cool/bin456789/reinstall/-/git/raw/main
```bash
bash reinstall.sh anolis 7|8|23
rocky 8|9|10
- oracle 8|9
+ oracle 8|9|10
almalinux 8|9|10
opencloudos 8|9|23
centos 9|10
diff --git a/reinstall.sh b/reinstall.sh
index 60dbb1f..ae6d76d 100644
--- a/reinstall.sh
+++ b/reinstall.sh
@@ -48,7 +48,7 @@ usage_and_exit() {
Usage: $reinstall_____ anolis 7|8|23
opencloudos 8|9|23
rocky 8|9|10
- oracle 8|9
+ oracle 8|9|10
almalinux 8|9|10
centos 9|10
fedora 41|42
@@ -1866,7 +1866,7 @@ verify_os_name() {
'opencloudos 8|9|23' \
'almalinux 8|9|10' \
'rocky 8|9|10' \
- 'oracle 8|9' \
+ 'oracle 8|9|10' \
'fedora 41|42' \
'nixos 25.05' \
'debian 9|10|11|12|13' \