From b5493eee69f4e8be0baa45fd57076ec134184144 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 13 Jul 2022 14:02:41 +0200 Subject: [PATCH] Fix missing file name in URL --- doc/110-Installation/01-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/110-Installation/01-Getting-Started.md b/doc/110-Installation/01-Getting-Started.md index 47bc458b..b9e36a2d 100644 --- a/doc/110-Installation/01-Getting-Started.md +++ b/doc/110-Installation/01-Getting-Started.md @@ -102,5 +102,5 @@ Invoke-WebRequest ` & $ScriptFile ` -ModuleDirectory 'C:\Program Files\WindowsPowerShell\Modules\' ` -InstallCommand '{"IfW-DirectorSelfServiceKey":{"Values":["651f889ca5f364e89ed709eabde6237fb02050ff"]},"IfW-DirectorUrl":{"Values":["https://icinga.example.com/icingaweb2/director"]}}' ` - -IcingaRepository 'https://icinga.example.com/repositories/stable'; + -IcingaRepository 'https://icinga.example.com/repositories/stable/ifw.repo.json'; ```