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,
1736
1736
1737
1737
1 . ensure there are 35 GB free space on C:
1738
1738
2 . 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)
1743
1743
1744
1744
This installs everything needed for cloning and building Icinga 2
1745
1745
on the command line (Powershell) as follows:
You can’t perform that action at this time.
0 commit comments