cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / nerdfont / install.ps1
index 668c7585a3ccbdac109632e09a6d36f7f9a5437f..9157d1f0947804a8469438cb35cafc3f652fc812 100644 (file)
@@ -3,7 +3,7 @@
 $my_nerdfont_otf = "Droid Sans Mono for Powerline Nerd Font Complete Windows Compatible.otf"
 $my_fontdir = "$Env:UserProfile\AppData\Local\Microsoft\Windows\Fonts"
 
-New-Item -Path "$my_fontdir" -ItemType Directory -Force
+New-Item -Path "$my_fontdir" -ItemType Directory -Force | out-null
 IF (!(Test-Path -Path "$my_fontdir\$my_nerdfont_otf"))
 {