Sha256: 30eae215ac35154e56794fa1726000a71d9be5d148e0807a177607ad87eb70c8

Contents?: true

Size: 294 Bytes

Versions: 6

Compression:

Stored size: 294 Bytes

Contents

echo "---------------------"
echo "Unsupported platform: Installing itamae with rubygems"
echo "---------------------"
echo

for file in /etc/os-release /etc/issue; do
  if [ -f $file ]; then
    cat $file
    break
  fi
done

if ! which itamae >/dev/null ; then
  gem install itamae
  exit
fi

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chake-0.92 lib/chake/bootstrap/itamae-remote/99_unsupported.sh
chake-0.91 lib/chake/bootstrap/itamae-remote/99_unsupported.sh
chake-0.90.3 lib/chake/bootstrap/itamae-remote/99_unsupported.sh
chake-0.90.2 lib/chake/bootstrap/itamae-remote/99_unsupported.sh
chake-0.90.1 lib/chake/bootstrap/itamae-remote/99_unsupported.sh
chake-0.90 lib/chake/bootstrap/itamae-remote/99_unsupported.sh