Image download script should take current architecture into account
Closed this issue · 2 comments
guillep commented
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}"
guillep commented
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.