Remove Windows 24H2 requirement

This commit is contained in:
2026-05-24 09:26:23 +02:00
parent 12c7b375ff
commit caf349cfd1
5 changed files with 7 additions and 28 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
Small Windows toolkit to install libre software packs with `winget` and remove selected built-in Windows apps.
[![Windows](https://img.shields.io/badge/Windows-11%2024H2+-0078D4?style=flat-square&logo=windows&logoColor=white)](#requirements)
[![Windows](https://img.shields.io/badge/Windows-10%20%2F%2011-0078D4?style=flat-square&logo=windows&logoColor=white)](#requirements)
[![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#automated-packs)
[![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#interactive-installer)
[![License](https://img.shields.io/badge/license-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE)
@@ -36,7 +36,7 @@ Enable winget configuration support first:
winget configure --enable
```
The automated YAML packs currently assert **Windows 11 24H2** or newer.
The automated YAML packs do not enforce a specific Windows release. They require a Windows system with winget configuration support enabled.
## Interactive Installer