Skip to content

Instantly share code, notes, and snippets.

View alongwill's full-sized avatar
🏠
Working from home

Andy Longwill alongwill

🏠
Working from home
View GitHub Profile
@alongwill
alongwill / ubuntu_setup.sh
Last active May 19, 2017 14:25
Useful Ubuntu software
#
# Add Google Chrome
#
sudo echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y \