pharo-project/pharo-zeroconf

Image download script should take current architecture into account

Closed this issue · 2 comments

Following #27 , now the zero conf files should read

# RELEASE VERSION ===============================================================
ARCH=`uname -m`
VERSION="90"
FILES_URL="http://files.pharo.org/get-files/${VERSION}"
IMAGE_FILE_NAME="pharoImage-${ARCH}"

In addition, this will allow us to have a single zeroconf file for loading images, and not one for 64 and one for 32 bits.

Fixed in 2c997d0