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

Pharo Zeroconf Script

This script downloads the latest Pharo 50 Image.
This script downloads the stable Pharo VM for 50.

Usage

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

Artifacts

Pharo.changesA changes file for the Pharo Image
Pharo.imageA Pharo image, to be opened with the Pharo VM
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