Update define.sh

This commit is contained in:
Kroese 2025-04-20 19:24:22 +02:00 committed by GitHub
parent b95a3d44ff
commit 4050e829ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1322,7 +1322,7 @@ prepareInstall() {
rm -rf "$drivers"
mkdir -p "$drivers"
if ! bsdtar -xf /drivers.txz -C "$drivers"; then
if ! bsdtar -xf /var/drivers.txz -C "$drivers"; then
error "Failed to extract drivers!" && return 1
fi