diff --git a/script.sh b/script.sh index 7edbc0a..d16c559 100644 --- a/script.sh +++ b/script.sh @@ -1,10 +1,5 @@ #!/bin/sh -#curl -o rancher-compose.tar.gz https://github.com/rancher/rancher-compose/releases/download/v0.12.5/rancher-compose-linux-amd64-v0.12.5.tar.gz - -tar -zxvf rancher-compose.tar.gz -mv rancher-compose-*/rancher-compose /bin/. -chmod +x /bin/rancher-compose git clone ${PLUGIN_REPO} /rancher /bin/rancher-compose \ --url http://${PLUGIN_URL}/v1 \