7 lines
		
	
	
		
			237 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			237 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/zsh
 | 
						|
 | 
						|
install_option_prefix=''
 | 
						|
[[ "$BOX_SETUP_OS" = "macos" ]] && install_option_prefix='--cask'
 | 
						|
# NOTE: ghostty not currently in debian repos, maybe build from source
 | 
						|
${=BOX_SETUP_INSTALL_COMMAND} "$install_option_prefix" ghostty
 |