Skip to content

Commit

Permalink
Update reader.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NZESupB authored Nov 15, 2022
1 parent 05b88d8 commit ed39789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
install_dockercompose() {
if [[ x"${release}" == x"centos" ]]; then
yum update && yum install wget curl docker -y
curl -L "https://ghproxy.com/https://ghproxy.com/https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose
curl -L "https://ghproxy.com/https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose
else
apt update && apt install wget curl docker-compose -y
fi
Expand Down

0 comments on commit ed39789

Please sign in to comment.