packages/docker/linux: check whether already installed
This commit is contained in:
parent
e2e5ea97a9
commit
297fd3af68
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
wget -O- https://get.docker.com | bash
|
||||
#!/bin/sh
|
||||
which docker || wget -O- https://get.docker.com | bash
|
||||
|
|
Loading…
Add table
Reference in a new issue