diff --git a/precise/host/hooks/install.d/60-docker.sh b/precise/host/hooks/install.d/60-docker.sh index 5cfbd87..015eddd 100755 --- a/precise/host/hooks/install.d/60-docker.sh +++ b/precise/host/hooks/install.d/60-docker.sh @@ -4,7 +4,7 @@ just_installed= if ! type -p docker; then echo "Installing docker..." - type -p curl >dev/null || + type -p curl >/dev/null || apt-get install -y curl