mirror of
https://github.com/dockur/windows.git
synced 2026-08-25 08:09:04 +01:00
feat: Implement Windows ME support (#2161)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user