fix: another init.ps1 fix
This commit is contained in:
		
							parent
							
								
									5fd2e32304
								
							
						
					
					
						commit
						446278b34b
					
				
							
								
								
									
										2
									
								
								init.ps1
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user