mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update define.sh
This commit is contained in:
parent
abf418c293
commit
c4c9aa9bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -1704,7 +1704,7 @@ prepareInstall() {
|
|||
local msg="Adding drivers to image..."
|
||||
info "$msg" && html "$msg"
|
||||
|
||||
if ! bsdtar -xf /drivers.txz -C "$drivers" --warning=no-timestamp; then
|
||||
if ! bsdtar -xf /drivers.txz -C "$drivers"; then
|
||||
error "Failed to extract drivers!" && return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue