mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update install.sh
This commit is contained in:
parent
89ecb68404
commit
42b0b6c838
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ addDriver() {
|
|||
|
||||
[ ! -d "$path/$driver/$folder" ] && return 0
|
||||
|
||||
if ! wimlib-imagex update "$loc" "$idx" --command "add $path/$driver/$folder /\$WinPEDriver\$/$driver"; then
|
||||
if ! wimlib-imagex update "$loc" "$idx" --command "add $path/$driver/$folder /\$WinPEDriver\$/$driver" >/dev/null; then
|
||||
warn "Failed to add driver \"$driver\" to image!"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue