mirror of
https://github.com/dockur/windows.git
synced 2025-04-05 16:32:01 +00:00
Update install.sh
This commit is contained in:
parent
cb91e8c1cc
commit
841b2a0ea1
@ -706,6 +706,10 @@ addDriver() {
|
|||||||
warn "no Windows version specified for \"$driver\" driver!" && return 0
|
warn "no Windows version specified for \"$driver\" driver!" && return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${id,,}" == "win10x86"* ]]; then
|
||||||
|
error "The 32-bit version of Windows 10 is not supported!" && exit 84
|
||||||
|
fi
|
||||||
|
|
||||||
case "${id,,}" in
|
case "${id,,}" in
|
||||||
"win7x86"* ) folder="w7/x86" ;;
|
"win7x86"* ) folder="w7/x86" ;;
|
||||||
"win7x64"* ) folder="w7/amd64" ;;
|
"win7x64"* ) folder="w7/amd64" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user