mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
fd9a1349b0
commit
3bab3b956f
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ detectImage() {
|
|||
return 0
|
||||
fi
|
||||
|
||||
info "Detecting Windows version from ISO image..."
|
||||
info "Detecting version from ISO image..."
|
||||
|
||||
if [ -f "$dir/WIN51" ] || [ -f "$dir/SETUPXP.HTM" ]; then
|
||||
[ -d "$dir/AMD64" ] && DETECTED="winxpx64" || DETECTED="winxpx86"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue