From ebddbecf3d191679e5614b2e44312eb22347bc45 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 13 Oct 2024 20:55:03 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/define.sh b/src/define.sh index 1b4bd77..922a0d8 100644 --- a/src/define.sh +++ b/src/define.sh @@ -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