3 lines
50 B
Bash
3 lines
50 B
Bash
#!/bin/bash
|
|
curl -sSL https://get.docker.com | sh
|
#!/bin/bash
|
|
curl -sSL https://get.docker.com | sh
|