mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
Merge pull request #8085 from tianon/hack-install-location
Add "hack/install.sh" to the "PRs welcome" note in the end of the install script Upstream-commit: 129da8f842152508144680911e05113ef37ae530 Component: engine
This commit is contained in:
@@ -201,12 +201,14 @@ case "$lsb_dist" in
|
||||
;;
|
||||
esac
|
||||
|
||||
echo >&2
|
||||
echo >&2 ' Either your platform is not easily detectable, is not supported by this'
|
||||
echo >&2 ' installer script (yet - PRs welcome!), or does not yet have a package for'
|
||||
echo >&2 ' Docker. Please visit the following URL for more detailed installation'
|
||||
echo >&2 ' instructions:'
|
||||
echo >&2
|
||||
echo >&2 ' http://docs.docker.io/en/latest/installation/'
|
||||
echo >&2
|
||||
cat >&2 <<'EOF'
|
||||
|
||||
Either your platform is not easily detectable, is not supported by this
|
||||
installer script (yet - PRs welcome! [hack/install.sh]), or does not yet have
|
||||
a package for Docker. Please visit the following URL for more detailed
|
||||
installation instructions:
|
||||
|
||||
http://docs.docker.io/en/latest/installation/
|
||||
|
||||
EOF
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user