mirror of
https://github.com/dockur/windows.git
synced 2026-09-14 05:43:02 +01:00
Update sif.sh
This commit is contained in:
+1
-5
@@ -301,10 +301,8 @@ addVMSVGADriver() {
|
|||||||
local drivers="$4"
|
local drivers="$4"
|
||||||
|
|
||||||
local vmsvga_arch="$arch"
|
local vmsvga_arch="$arch"
|
||||||
[[ "${vmsvga_arch,,}" == "amd64" ]] && vmsvga_arch="x64"
|
|
||||||
|
|
||||||
local source="$drivers/vmsvga/$driver/$vmsvga_arch"
|
local source="$drivers/vmsvga/$driver/$vmsvga_arch"
|
||||||
local destination="$dir/\$OEM\$/\$1/Drivers/VMSVGA"
|
local destination="$dir/\$OEM\$/\$1/Drivers/vmsvga"
|
||||||
|
|
||||||
if [ ! -d "$source" ]; then
|
if [ ! -d "$source" ]; then
|
||||||
error "Failed to locate required VMware SVGA display driver directory: $source"
|
error "Failed to locate required VMware SVGA display driver directory: $source"
|
||||||
@@ -337,8 +335,6 @@ addDisplayDriver() {
|
|||||||
local drivers="$4"
|
local drivers="$4"
|
||||||
|
|
||||||
local qbochs_arch="$arch"
|
local qbochs_arch="$arch"
|
||||||
[[ "${qbochs_arch,,}" == "amd64" ]] && qbochs_arch="x64"
|
|
||||||
|
|
||||||
local source="$drivers/qbochs/$driver/$qbochs_arch"
|
local source="$drivers/qbochs/$driver/$qbochs_arch"
|
||||||
local destination="$dir/\$OEM\$/\$1/Drivers/QBochs"
|
local destination="$dir/\$OEM\$/\$1/Drivers/QBochs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user