scripts/docker.sh
2023-04-01 21:00:35 +02:00

4 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