File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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/
30
30
sha256sum -c docker-compose-linux-x86_64.sha256 2>&1 | grep -q OK || exit 4
31
31
rm docker-compose-linux-x86_64.sha256
32
32
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/
36
36
rm docker-compose-linux-x86_64
37
37
38
38
# Install compose switch
@@ -82,4 +82,4 @@ echo "Compose v${COMPOSE_VERSION}" >> $OUTPUT_FOLDER/release_info
82
82
echo " Compose Switch v${COMPOSE_SWITCH_VERSION} " >> $OUTPUT_FOLDER /release_info
83
83
echo " Ace v${ACE_VERSION} " >> $OUTPUT_FOLDER /release_info
84
84
echo " " >> $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