Fix incorrect driver path
This commit is contained in:
parent
002ac49654
commit
6a46201bdf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ else
|
|||
mkdir -p "$overlayDir/drivers";
|
||||
tempDir="$(mktemp -d)";
|
||||
unzip "$intelNetworkArchive" -d "$tempDir";
|
||||
cp -r "$tempDir/x64" "$overlayDir/drivers/IntelNetwork";
|
||||
cp -r "$tempDir" "$overlayDir/drivers/IntelNetwork";
|
||||
rm -rf "$tempDir";
|
||||
|
||||
tempDir="$(mktemp -d)";
|
||||
|
|
Loading…
Reference in a new issue