#!/usr/bin/env bash # Pharo Zeroconf Script

Pharo Zeroconf Script

This script downloads the stable Pharo VM for 50.

Usage

curl get.pharo.org/vm50 | bash
or if curl is not available:
wget -O- get.pharo.org/vm50 | bash

Artifacts

pharoScript to run the downloaded VM in headless mode
pharo-uiScript to run the downloaded VM in UI mode
pharo-vm/Directory containing the VM