#!/bin/bash ## Chrome # The Google Chrome Web Browser # wget -P ~/Downloads/ https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i ~/Downloads/google-chrome-stable_current_amd64.deb rm ~/Downloads/google-chrome-stable_current_amd64.deb