diff --git a/install-docker.sh b/install-docker.sh deleted file mode 100644 index 90b4197..0000000 --- a/install-docker.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 \ No newline at end of file