Reorganinze and add to installs dir
This commit is contained in:
		
							
								
								
									
										7
									
								
								installs_and_builds/s12_web_browser
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										7
									
								
								installs_and_builds/s12_web_browser
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
#!/bin/zsh
 | 
			
		||||
 | 
			
		||||
local option_prefix=''
 | 
			
		||||
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
 | 
			
		||||
local firefox_package_name='firefox'
 | 
			
		||||
[[ "$BOX_SETUP_OS" = "debian" ]] && firefox_package_name='firefox-esr'
 | 
			
		||||
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" "$firefox_package_name"
 | 
			
		||||
		Reference in New Issue
	
	Block a user