Sha256: 364c7e79603fd5cb9b775ecacd4bb66fa8f078ca18b1b2d12635b569a0e0c932

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

#!/usr/bin/env sh
set -e

export HOMEBREW_NO_AUTO_UPDATE=1
brew install squashfs || brew upgrade squashfs || true
brew install openssl || brew upgrade openssl || true

curl -sL https://curl.haxx.se/ca/cacert.pem > /usr/local/etc/openssl/cacert.pem

curl -sL https://dl.bintray.com/kontena/ruby-packer/0.5.0-dev/rubyc-0.5.0-extra2-darwin-amd64.gz | gunzip > /usr/local/bin/rubyc
chmod +x /usr/local/bin/rubyc

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pytty-0.5.0 build/macos-deps.sh
pytty-0.4.1 build/macos-deps.sh
pytty-0.4.0 build/macos-deps.sh