#!/bin/bash # # Make sure only root can run our script if [[ $EUID -ne 0 ]]; then sudo bash $0 exit 1 fi cat > /etc/apt/sources.list.d/google-chrome.list <