# Expand Available Repos to Include Nonfree
echo "deb http://archive.ubuntu.com/ubuntu bionic restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
echo "deb http://archive.ubuntu.com/ubuntu bionic-updates restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
echo "deb http://archive.ubuntu.com/ubuntu bionic-security restricted universe multiverse" | sudo tee -a /etc/apt/sources.list