File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ if (-not (Test-Path $LicenseXmlPath -PathType Leaf)) {
3030
3131# Check for Sitecore Gallery
3232Import-Module PowerShellGet
33- $SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq " https://sitecore.myget.org/F/sc-powershell/api/v2 " }
33+ $SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq " https://nuget. sitecore.com/resources/v2/ " }
3434if (-not $SitecoreGallery ) {
3535 Write-Host " Adding Sitecore PowerShell Gallery..." - ForegroundColor Green
36- Register-PSRepository - Name SitecoreGallery - SourceLocation https:// sitecore.myget.org / F / sc - powershell / api / v2 - InstallationPolicy Trusted
36+ Register-PSRepository - Name SitecoreGallery - SourceLocation https:// nuget. sitecore.com / resources / v2 / - InstallationPolicy Trusted
3737 $SitecoreGallery = Get-PSRepository - Name SitecoreGallery
3838}
3939# Install and Import SitecoreDockerTools
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ if (-not (Test-Path $LicenseXmlPath -PathType Leaf)) {
2727
2828# Check for Sitecore Gallery
2929Import-Module PowerShellGet
30- $SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq " https://sitecore.myget.org/F/sc-powershell/api/v2 " }
30+ $SitecoreGallery = Get-PSRepository | Where-Object { $_.SourceLocation -eq " https://nuget. sitecore.com/resources/v2/ " }
3131if (-not $SitecoreGallery ) {
3232 Write-Host " Adding Sitecore PowerShell Gallery..." - ForegroundColor Green
33- Register-PSRepository - Name SitecoreGallery - SourceLocation https:// sitecore.myget.org / F / sc - powershell / api / v2 - InstallationPolicy Trusted
33+ Register-PSRepository - Name SitecoreGallery - SourceLocation https:// nuget. sitecore.com / resources / v2 / - InstallationPolicy Trusted
3434 $SitecoreGallery = Get-PSRepository - Name SitecoreGallery
3535}
3636# Install and Import SitecoreDockerTools
You can’t perform that action at this time.
0 commit comments