Fix cache

This commit is contained in:
Lord Hepipud 2021-08-17 10:25:37 +02:00
parent a52e30190b
commit 4e4281918c
2 changed files with 9 additions and 22401 deletions

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@ function Show-IcingaForWindowsInstallationMenuStableRepository()
-Entries @( -Entries @(
@{ @{
'Command' = 'Show-IcingaForWindowsInstallerConfigurationSummary'; 'Command' = 'Show-IcingaForWindowsInstallerConfigurationSummary';
'Help' = 'This is the stable repository from where all packages of Icinga for Windows are downloaded and intstalled from. Defaults to "https://packages.icinga.com/IcingaForWindows/stable"'; 'Help' = 'This is the stable repository from where all packages of Icinga for Windows are downloaded and installed from. Defaults to "https://packages.icinga.com/IcingaForWindows/stable"';
} }
) ` ) `
-DefaultIndex $DefaultInput ` -DefaultIndex $DefaultInput `