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

Pharo Zeroconf Script

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

Usage

curl https://get.pharo.org | bash
or if curl is not available:
wget -O- https://get.pharo.org | 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

Pharo Example

Show the command line help: ./pharo Pharo.image --help
List all command line handlers: ./pharo Pharo.image --list
Evaluate an expression on the command line: ./pharo Pharo.image eval "Class allInstances"

Other Versions

Other versions are available in the form, where version=90,80,70...curl https://get.pharo.org/[version]+vm | bash
Getting explicitly a 64bit or 32 bit version requires the 32 or 64 prefixcurl https://get.pharo.org/[32/64]/[version]+vm | bash
Older versions can be found athttps://get.pharo.org/archive/80