Update define.sh

This commit is contained in:
Kroese 2024-10-13 21:06:04 +02:00 committed by GitHub
parent abf418c293
commit c4c9aa9bcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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