File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1736,10 +1736,10 @@ and don't care for the details,
17361736
173717371 . ensure there are 35 GB free space on C:
173817382 . run the following in an administrative Powershell:
1739- 1 . ` Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online `
1740- (reboot when asked!)
1741- 2 . ` powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Icinga/icinga2/master/doc/win-dev.ps1')" `
1742- (will take some time)
1739+ 1 . ` Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online `
1740+ (reboot when asked!)
1741+ 2 . ` powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Icinga/icinga2/master/doc/win-dev.ps1')" `
1742+ (will take some time)
17431743
17441744This installs everything needed for cloning and building Icinga 2
17451745on the command line (Powershell) as follows:
You can’t perform that action at this time.
0 commit comments