Compare commits

..

No commits in common. "1c0a397594f14b92a65aa17e2de5e9ea8b30e3ea" and "13fe9b7011781371d91c7e1f1054d2301c68ceb4" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -226,7 +226,6 @@
Import-Module $env:ChocolateyInstall/helpers/chocolateyProfile.psm1;
choco install -y winget;
choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main';
choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"';
refreshenv;

View file

@ -28,7 +28,7 @@ else
setupLabel="winiso";
intelNetworkArchive="./$buildDir/intelNetwork.zip";
marvellNetworkArchive="./$buildDir/marvellNetwork.zip";
gitArchive="$(realpath -m "./$buildDir/git.msi")";
gitArchive="$(realpath "./$buildDir/git.msi")";
pwshArchive="./$buildDir/pwsh.zip";
editionField="Edition ID";
@ -52,7 +52,7 @@ else
if [ ! -f "$pwshArchive" ]
then
curl -L "https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/PowerShell-7.3.7-win-x64.zip" -o "$pwshArchive";
curl -L "https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x64.zip" -o "$pwshArchive";
fi;
mkdir -p "$overlayDir/drivers";