diff --git a/init.ps1 b/init.ps1 index 8aa2bce..4772a53 100644 --- a/init.ps1 +++ b/init.ps1 @@ -4,7 +4,7 @@ # Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.ps1')) ## Make sure we have git -if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -ne $null) +if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null) { Write-Host "Please install git first" }