scripts/docker.sh

5 lines
102 B
Bash
Raw Permalink 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
2023-04-01 21:00:35 +02:00
rm get-docker.sh