mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update install.sh
This commit is contained in:
parent
cb91e8c1cc
commit
841b2a0ea1
1 changed files with 4 additions and 0 deletions
|
|
@ -706,6 +706,10 @@ addDriver() {
|
|||
warn "no Windows version specified for \"$driver\" driver!" && return 0
|
||||
fi
|
||||
|
||||
if [[ "${id,,}" == "win10x86"* ]]; then
|
||||
error "The 32-bit version of Windows 10 is not supported!" && exit 84
|
||||
fi
|
||||
|
||||
case "${id,,}" in
|
||||
"win7x86"* ) folder="w7/x86" ;;
|
||||
"win7x64"* ) folder="w7/amd64" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue