This repository was archived by the owner on Apr 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ wget --no-check-certificate https://github.com/docker/compose/releases/download/
3030sha256sum -c docker-compose-linux-x86_64.sha256 2>&1 | grep -q OK || exit 4
3131rm docker-compose-linux-x86_64.sha256
3232
33- mkdir -p $tmpdir /usr/local/ lib/docker/cli-plugins/
34- cp docker-compose-linux-x86_64 $tmpdir /usr/local/ lib/docker/cli-plugins/docker-compose
35- chmod -R +x $tmpdir /usr/local/ lib/docker/cli-plugins/
33+ mkdir -p $tmpdir /usr/lib/docker/cli-plugins/
34+ cp docker-compose-linux-x86_64 $tmpdir /usr/lib/docker/cli-plugins/docker-compose
35+ chmod -R +x $tmpdir /usr/lib/docker/cli-plugins/
3636rm docker-compose-linux-x86_64
3737
3838# Install compose switch
@@ -82,4 +82,4 @@ echo "Compose v${COMPOSE_VERSION}" >> $OUTPUT_FOLDER/release_info
8282echo " Compose Switch v${COMPOSE_SWITCH_VERSION} " >> $OUTPUT_FOLDER /release_info
8383echo " Ace v${ACE_VERSION} " >> $OUTPUT_FOLDER /release_info
8484echo " " >> $OUTPUT_FOLDER /release_info
85- echo " MD5: $( echo $MD5 | head -n1 | awk ' {print $1;}' ) " >> $OUTPUT_FOLDER /release_info
85+ echo " MD5: $( echo $MD5 | head -n1 | awk ' {print $1;}' ) " >> $OUTPUT_FOLDER /release_info
You can’t perform that action at this time.
0 commit comments