From abf418c293ddbc8ab32ba9bd50f4cd36a78d6692 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 13 Oct 2024 20:56:03 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index f6cad16..a1c180a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -725,7 +725,7 @@ addDrivers() { 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 from archive!" && return 1 fi