Your collection of useful command-line scripts.
sudo apt update && sudo apt install curl -y && sudo apt install gpg -y && curl https://scripts.aedev.ca/install-docker.sh | sudo bash
apt update && apt install curl -y && apt install gpg -y && curl https://scripts.aedev.ca/install-docker.sh | bash