1
0

Delete install-docker.sh

This commit is contained in:
Lee 2024-07-12 09:53:25 +00:00
parent 1a4f52235c
commit c7a0945ce7

@ -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