4 lines
117 B
Bash
4 lines
117 B
Bash
#!/bin/bash
|
|
apt install --yes fuse-overlayfs
|
|
curl -fsSL "https://get.docker.com" -o get-docker.sh
|
|
sh get-docker.sh |