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
9331578a1e
commit
15c8f174d6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Getting Started
|
|||
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11";
|
||||
$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 += "`r`n`r`n Start-IcingaFrameworkWizard;";
|
||||
|
|
|
|||
Loading…
Reference in a new issue