Update error message to include wget

This commit is contained in:
Donal McBreen
2024-03-07 10:49:32 +00:00
parent 26b1d57c90
commit f5dc0858b0

View File

@@ -17,7 +17,7 @@ class Kamal::Cli::Server < Kamal::Cli::Base
end
if missing.any?
raise "Docker is not installed on #{missing.join(", ")} and can't be automatically installed without having root access and the `curl` command available. Install Docker manually: https://docs.docker.com/engine/install/"
raise "Docker is not installed on #{missing.join(", ")} and can't be automatically installed without having root access and either `wget` or `curl`. Install Docker manually: https://docs.docker.com/engine/install/"
end
end
end