Fix creation of winiso
This commit is contained in:
parent
13fe9b7011
commit
94f37e40c0
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ else
|
||||||
setupLabel="winiso";
|
setupLabel="winiso";
|
||||||
intelNetworkArchive="./$buildDir/intelNetwork.zip";
|
intelNetworkArchive="./$buildDir/intelNetwork.zip";
|
||||||
marvellNetworkArchive="./$buildDir/marvellNetwork.zip";
|
marvellNetworkArchive="./$buildDir/marvellNetwork.zip";
|
||||||
gitArchive="$(realpath "./$buildDir/git.msi")";
|
gitArchive="$(realpath -m "./$buildDir/git.msi")";
|
||||||
pwshArchive="./$buildDir/pwsh.zip";
|
pwshArchive="./$buildDir/pwsh.zip";
|
||||||
editionField="Edition ID";
|
editionField="Edition ID";
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ else
|
||||||
|
|
||||||
if [ ! -f "$pwshArchive" ]
|
if [ ! -f "$pwshArchive" ]
|
||||||
then
|
then
|
||||||
curl -L "https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x64.zip" -o "$pwshArchive";
|
curl -L "https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/PowerShell-7.3.7-win-x64.zip" -o "$pwshArchive";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
mkdir -p "$overlayDir/drivers";
|
mkdir -p "$overlayDir/drivers";
|
||||||
|
|
Loading…
Reference in a new issue