Skip to content

Commit 4277a2b

Browse files
author
lerndevops
authored
Update installDockerCompose.sh
1 parent c80df89 commit 4277a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/installDockerCompose.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
DC_VERSION=1.29.2
44
echo "starting the installation of docker-compose ...."
55
echo " "
6-
sudo curl -L https://github.com/docker/compose/releases/download/$DC_VERSION/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
7-
sudo chmod +x /usr/local/bin/docker-compose
6+
sudo curl -L https://github.com/docker/compose/releases/download/$DC_VERSION/docker-compose-`uname -s`-`uname -m` -o /usr/bin/docker-compose
7+
sudo chmod +x /usr/bin/docker-compose
88
echo " "
99
echo "Validating the versions Installed"
1010
echo "`docker-compose -v` - is installed Successfully"

0 commit comments

Comments
 (0)