Skip to content

Commit 9fc81e4

Browse files
Update Script: Remove Docker Compose Question (#847)
1 parent 8264828 commit 9fc81e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

install/docker-install.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,6 @@ else
6262
msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION"
6363
fi
6464
fi
65-
read -r -p "Would you like to add Docker Compose? <y/N> " prompt
66-
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
67-
msg_info "Installing Docker Compose $DOCKER_COMPOSE_LATEST_VERSION"
68-
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
69-
mkdir -p $DOCKER_CONFIG/cli-plugins
70-
curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LATEST_VERSION/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
71-
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
72-
msg_ok "Installed Docker Compose $DOCKER_COMPOSE_LATEST_VERSION"
73-
fi
7465

7566
motd_ssh
7667
customize

0 commit comments

Comments
 (0)