Delete install-docker.sh
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user