Skip to content

Instantly share code, notes, and snippets.

@sahota14
sahota14 / fresh_install.sh
Last active January 20, 2018 21:06
stuff i download when i have a fresh install of ubuntu, saves me time googling around
!#/bin/bash
# stuff to install when using a fresh install of ubuntu
echo "###### UPDATES ######"
# get updates
sudo apt-get update -y