Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Adding '-Repository $AssetPSRepositoryName' to the SitecoreInstallFra…
Browse files Browse the repository at this point in the history
…mework installation call to ensure a specific repository is used
  • Loading branch information
jeanfrancoislarente committed Jul 3, 2018
1 parent 133c812 commit d2b94ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-xp0.ps1
Expand Up @@ -148,7 +148,7 @@ function Install-Assets {
$module = Get-Module -FullyQualifiedName @{ModuleName="SitecoreInstallFramework";ModuleVersion=$InstallerVersion} $module = Get-Module -FullyQualifiedName @{ModuleName="SitecoreInstallFramework";ModuleVersion=$InstallerVersion}
if (-not $module) { if (-not $module) {
write-host "Installing the Sitecore Install Framework, version $InstallerVersion" -ForegroundColor Green write-host "Installing the Sitecore Install Framework, version $InstallerVersion" -ForegroundColor Green
Install-Module SitecoreInstallFramework -RequiredVersion $InstallerVersion -Scope CurrentUser Install-Module SitecoreInstallFramework -RequiredVersion $InstallerVersion -Scope CurrentUser -Repository $AssetsPSRepositoryName
Import-Module SitecoreInstallFramework -RequiredVersion $InstallerVersion Import-Module SitecoreInstallFramework -RequiredVersion $InstallerVersion
} }


Expand Down

0 comments on commit d2b94ac

Please sign in to comment.