We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fb057 commit b2a4fb3Copy full SHA for b2a4fb3
Start-C4bNexusSetup.ps1
@@ -94,7 +94,7 @@ process {
94
# Install a non-IE browser for browsing the Nexus web portal.
95
if (-not (Test-Path 'C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe')) {
96
Write-Host "Installing Microsoft Edge, to allow viewing the Nexus site"
97
- choco install microsoft-edge -y
+ choco install microsoft-edge -y --source ChocolateyInternal
98
if ($LASTEXITCODE -eq 0) {
99
if (Test-Path 'HKLM:\SOFTWARE\Microsoft\Edge') {
100
$RegArgs = @{
0 commit comments