Sha256: 2dd37c24d3d645571a43af73bf055deba5098e5e791b419c35a9494e076f1a89

Contents?: true

Size: 272 Bytes

Versions: 29

Compression:

Stored size: 272 Bytes

Contents

#!/bin/bash

if ! command -v convox &> /dev/null; then
  echo "Downloading convox CLI"
  mkdir -p $HOME/bin
  export PATH="$HOME/bin:$PATH"
  curl -sL -o $HOME/bin/convox %{install_url}
  chmod +x $HOME/bin/convox
else
  echo "Convox CLI exists. Skipping installation"
fi

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
dpl-2.0.5.3 lib/dpl/assets/convox/install
dpl-2.0.5.3.beta.1 lib/dpl/assets/convox/install
dpl-2.0.5.2 lib/dpl/assets/convox/install
dpl-2.0.5.2.beta.1 lib/dpl/assets/convox/install
dpl-2.0.5.1 lib/dpl/assets/convox/install
dpl-2.0.5.beta.2.1 lib/dpl/assets/convox/install
dpl-2.0.5.beta.2 lib/dpl/assets/convox/install
dpl-2.0.5 lib/dpl/assets/convox/install
dpl-2.0.5.beta.1 lib/dpl/assets/convox/install
dpl-2.0.5.beta lib/dpl/assets/convox/install
travis_dpl_test-2.0.3.beta.4.ror.1 lib/dpl/assets/convox/install
travis_dpl_test-2.0.3.beta.4.ror lib/dpl/assets/convox/install
dpl-2.0.3.beta.4 lib/dpl/assets/convox/install
dpl-2.0.3.beta.3 lib/dpl/assets/convox/install
dpl-2.0.3.beta.2 lib/dpl/assets/convox/install
dpl-2.0.3.beta.1 lib/dpl/assets/convox/install
dpl-2.0.2.beta.1 lib/dpl/assets/convox/install
dpl-2.0.0.beta.3 lib/dpl/assets/convox/install
dpl-2.0.0.beta.2 lib/dpl/assets/convox/install
dpl-2.0.0.alpha.14 lib/dpl/assets/convox/install