scripts/docker.sh

4 lines
85 B
Bash
Raw Normal View History

2023-04-01 20:58:29 +02:00
apt install curl
2023-03-29 13:52:57 +02:00
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh