Skip to content

Instantly share code, notes, and snippets.

@KernelPanicAUS
Last active January 2, 2016 18:59
Show Gist options
  • Save KernelPanicAUS/8347319 to your computer and use it in GitHub Desktop.
Save KernelPanicAUS/8347319 to your computer and use it in GitHub Desktop.
Automated installer
#!/usr/bin/env bash
echo $USER &&
cd /Users/$USER/Downloads &&
echo 'Downloading Google Chrome' &&
wget https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment