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
f028dc892c
commit
00159a0dec
1 changed files with 2 additions and 2 deletions
|
|
@ -606,7 +606,7 @@ prepareImage() {
|
|||
"winxp"* )
|
||||
DISK_TYPE="blk"
|
||||
prepareXP "$iso" "$dir" "$desc" && return 0
|
||||
error "Failed to prepare $desc ISO!" && return 1 ;;
|
||||
error "Failed to prepare $desc ISO!" && return 1 ;;
|
||||
"win2003"* )
|
||||
DISK_TYPE="blk"
|
||||
prepare2k3 "$iso" "$dir" "$desc" && return 0
|
||||
|
|
@ -695,7 +695,7 @@ addDriver() {
|
|||
"win81x64"* ) folder="w10/amd64" ;;
|
||||
"win10x64"* ) folder="w10/amd64" ;;
|
||||
"win11x64"* ) folder="w11/amd64" ;;
|
||||
"win2025"* ) folder="2k22/amd64" ;;
|
||||
"win2025"* ) folder="2k22/amd64" ;;
|
||||
"win2022"* ) folder="2k22/amd64" ;;
|
||||
"win2019"* ) folder="2k19/amd64" ;;
|
||||
"win2016"* ) folder="2k16/amd64" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue