Skip to content

Instantly share code, notes, and snippets.

View agostini01's full-sized avatar

Nicolas Agostini agostini01

View GitHub Profile
#!/bin/bash
blue='\e[0;34m'
NC='\e[0m' # No Color
# Utility functions
APT_GET="sudo apt-get -qq --assume-yes"
# Install Chrome
echo -e "${blue}### Installing Chrome${NC}"
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb