Update install.sh

This commit is contained in:
Kroese 2024-10-13 21:16:44 +02:00 committed by GitHub
parent 1a5192f7d7
commit 16919e9a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"; then
error "Failed to extract drivers from archive!" && return 1
fi