11 lines
184 B
Markdown
11 lines
184 B
Markdown
# Scripts
|
|
|
|
## External scripts
|
|
|
|
### [docker-install](https://github.com/docker/docker-install)
|
|
|
|
```sh
|
|
curl -fsSL https://get.docker.com -o $HOME/bin/get-docker.sh
|
|
sh get-docker.sh
|
|
```
|