Scripts to assist with setup of a fresh ubuntu-server install
- git
DO NOT install docker via snap. This script assumes you installed nothing yet. If you messed that up, you can do this
snap remove docker
rm -R /var/lib/docker
sudo apt-get remove docker docker-engine docker.io
hash -r # resets the $PATH cache