Chrome install script.
This commit is contained in:
12
setup/apps.sh
Executable file
12
setup/apps.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "$HOME/dotfiles/includes/installer.sh"
|
||||
|
||||
|
||||
# Install Chrome
|
||||
install_dmg_app "https://dl.google.com/chrome/mac/stable/GGRO" "googlechrome.dmg" "Google Chrome" "Google Chrome"
|
||||
# Make it default browser (it will not run Chrome)
|
||||
open -a "Google Chrome" --args --make-default-browser
|
||||
|
||||
|
||||
install_cleanup
|
Reference in New Issue
Block a user