Update install.sh
This commit is contained in:
parent
1a5192f7d7
commit
16919e9a14
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue