This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Modified from another gist I lost the link to. | |
# Adapting from older instructions seems to require: | |
# * Change Distro slug for `add-apt-repository` to `bionic`. `(lsb-release...` method doesn't work with mint. | |
# * Use recommended package titles from current ubuntu install instructions on dockers website. | |
# https://docs.docker.com/install/linux/docker-ce/ubuntu/ | |
sudo apt-get install -y \ | |
apt-transport-https \ |
NewerOlder