changes made
[webi-installers/.git] / nerdfont / install.ps1
index 882de4514eacd1331f20091a4529c43639f34dd9..35ecc2c169e2ffdcc3928a96960a417bfa163c64 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 -ErrorAction Ignore
+New-Item -Path "$my_fontdir" -ItemType Directory -Force
 IF (!(Test-Path -Path "$my_fontdir\$my_nerdfont_otf"))
 {