mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
fix: Spelling of ReactOS (#2011)
This commit is contained in:
@@ -137,7 +137,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
|
|||||||
| `core11` | Tiny11 Core | 3.0 GB |
|
| `core11` | Tiny11 Core | 3.0 GB |
|
||||||
| `tiny11` | Tiny11 | 5.3 GB |
|
| `tiny11` | Tiny11 | 5.3 GB |
|
||||||
| `tiny10` | Tiny10 | 3.6 GB |
|
| `tiny10` | Tiny10 | 3.6 GB |
|
||||||
| `reactos` | Reactos | 0.03 GB |
|
| `reactos` | ReactOS | 0.1 GB |
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> To install ARM64 versions of Windows use [dockur/windows-arm](https://github.com/dockur/windows-arm/).
|
> To install ARM64 versions of Windows use [dockur/windows-arm](https://github.com/dockur/windows-arm/).
|
||||||
|
|||||||
+1
-1
@@ -486,7 +486,7 @@ printVersion() {
|
|||||||
"tiny11"* ) desc="Tiny 11" ;;
|
"tiny11"* ) desc="Tiny 11" ;;
|
||||||
"tiny10"* ) desc="Tiny 10" ;;
|
"tiny10"* ) desc="Tiny 10" ;;
|
||||||
"core11"* ) desc="Core 11" ;;
|
"core11"* ) desc="Core 11" ;;
|
||||||
"reactos"* ) desc="Reactos" ;;
|
"reactos"* ) desc="ReactOS" ;;
|
||||||
"win7"* ) desc="Windows 7" ;;
|
"win7"* ) desc="Windows 7" ;;
|
||||||
"win8"* ) desc="Windows 8" ;;
|
"win8"* ) desc="Windows 8" ;;
|
||||||
"win10"* ) desc="Windows 10" ;;
|
"win10"* ) desc="Windows 10" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user