Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 69af081

Browse files
author
Dwai Banerjee
authored
Update setup-ucp-node.sh
1 parent c9a86f9 commit 69af081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup-ucp-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ service docker restart
6464
install_docker_tools()
6565
{
6666
curl -L https://github.com/docker/compose/releases/download/1.9.0-rc1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
67-
curl -L https://github.com/docker/machine/releases/download/v0.8.2r/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine
67+
curl -L https://github.com/docker/machine/releases/download/v0.8.2/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine
6868
chmod +x /usr/local/bin/docker-machine
6969
chmod +x /usr/local/bin/docker-compose
7070
export PATH=$PATH:/usr/local/bin/

0 commit comments

Comments
 (0)