install: Fix Linux install instructions and script

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-09-25 17:00:49 +02:00
parent fbe505f27f
commit f72b2c4958
3 changed files with 2 additions and 199 deletions

View file

@ -180,7 +180,7 @@ echo "Installing CLI..."
$sudo_sh_c "ln -s ${existing_cli_path} ${link_path}"
# Install downloaded CLI
$sudo_sh_c "install -m 775 ${download_dir}/docker-linux-amd64 /usr/local/bin/docker"
$sudo_sh_c "install -m 775 ${download_dir}/docker /usr/local/bin/docker"
# Clear cache
cleared_cache=1