feat: Additional download mirrors (#1212)

This commit is contained in:
Kroese
2025-04-20 19:31:27 +02:00
committed by GitHub
parent 366305a4b1
commit 338d857e56
3 changed files with 80 additions and 33 deletions

View File

@@ -834,7 +834,7 @@ addDrivers() {
warn "Windows version unknown, falling back to Windows 11 drivers..."
fi
if ! bsdtar -xf /drivers.txz -C "$drivers"; then
if ! bsdtar -xf /var/drivers.txz -C "$drivers"; then
error "Failed to extract drivers from archive!" && return 1
fi