2 lines
65 B
Bash
Executable file
2 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
which docker || wget -O- https://get.docker.com | bash
|