Update define.sh

This commit is contained in:
Kroese 2024-10-13 20:55:03 +02:00 committed by GitHub
parent e821ea3e32
commit ebddbecf3d
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 ! tar -xf /drivers.txz -C "$drivers" --warning=no-timestamp; then
if ! bsdtar -xf /drivers.txz -C "$drivers" --warning=no-timestamp; then
error "Failed to extract drivers!" && return 1
fi