Update install.sh

This commit is contained in:
Kroese 2024-10-13 21:06:43 +02:00 committed by GitHub
parent c4c9aa9bcc
commit 59b521d6b0
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..." local msg="Adding drivers to image..."
info "$msg" && html "$msg" 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 from archive!" && return 1 error "Failed to extract drivers from archive!" && return 1
fi fi