scripts: README: feat: Use external scripts directory

This commit is contained in:
PorridgePi
2022-09-29 04:36:32 +01:00
parent 223ee6c8c9
commit e70c613cea

View File

@@ -5,6 +5,6 @@
### [docker-install](https://github.com/docker/docker-install) ### [docker-install](https://github.com/docker/docker-install)
```sh ```sh
curl -fsSL https://get.docker.com -o $HOME/bin/get-docker.sh curl -fsSL https://get.docker.com -o $HOME/bin/external/get-docker.sh
sh get-docker.sh sh get-docker.sh
``` ```