scripts/docker.sh

5 lines
102 B
Bash

apt install curl
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
rm get-docker.sh