#!/bin/bash # Usage: curl -sSL https://s.fascinated.cc/s/install-docker | bash # or use wget: wget -qO- https://s.fascinated.cc/s/install-docker | bash # Get ready apt update apt upgrade -y apt install curl -y # Install Docker curl -sSL https://get.docker.com/ | CHANNEL=stable bash