mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
install: Fix Linux install instructions and script
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
fbe505f27f
commit
f72b2c4958
3 changed files with 2 additions and 199 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue