diff --git a/init.ps1 b/init.ps1 index 4772a53..e6fbf0a 100644 --- a/init.ps1 +++ b/init.ps1 @@ -7,6 +7,7 @@ if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null) { Write-Host "Please install git first" + break } ## Install homepshick