mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixes docs for kickstart script url
This commit is contained in:
parent
98a7cddd3c
commit
cbb961d89c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Getting Started
|
||||||
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11";
|
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11";
|
||||||
$ProgressPreference = "SilentlyContinue";
|
$ProgressPreference = "SilentlyContinue";
|
||||||
|
|
||||||
$global:IcingaFrameworkKickstartSource = 'https://raw.githubusercontent.com/Icinga/icinga-framework-kickstart/master/script/icinga-framework-kickstart.ps1';
|
$global:IcingaFrameworkKickstartSource = 'https://raw.githubusercontent.com/Icinga/icinga-powershell-kickstart/master/script/icinga-powershell-kickstart.ps1';
|
||||||
|
|
||||||
$Script = (Invoke-WebRequest -UseBasicParsing -Uri $global:IcingaFrameworkKickstartSource).Content;
|
$Script = (Invoke-WebRequest -UseBasicParsing -Uri $global:IcingaFrameworkKickstartSource).Content;
|
||||||
$Script += "`r`n`r`n Start-IcingaFrameworkWizard;";
|
$Script += "`r`n`r`n Start-IcingaFrameworkWizard;";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue