packages/docker/linux: check whether already installed

This commit is contained in:
xeruf 2022-08-14 12:56:02 +02:00
parent e2e5ea97a9
commit 297fd3af68

View file

@ -1 +1,2 @@
wget -O- https://get.docker.com | bash
#!/bin/sh
which docker || wget -O- https://get.docker.com | bash