feat: Implement Windows ME support (#2161)

This commit is contained in:
Kroese
2026-08-18 18:04:20 +02:00
committed by GitHub
parent 6bfe3b1adc
commit 9af2409510
13 changed files with 3817 additions and 2626 deletions
+1 -1
View File
@@ -1482,7 +1482,7 @@ checkFreeSpace() {
size_gb=$(formatBytes "$size")
space_gb=$(formatBytes "$space")
error "Not enough free space in $base, have $space_gb available but need at least $size_gb."
error "Insufficient free disk space in $base, have $space_gb available but need at least $size_gb."
return 1
fi