pharo-project / pharo-zeroconf

ZeroConf script generator for http://get.pharo.org
16 stars 15 forks source link

Image download script should take current architecture into account #28

Closed guillep closed 3 years ago

guillep commented 3 years ago

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 3 years ago

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.

guillep commented 3 years ago

Fixed in https://github.com/pharo-project/pharo-zeroconf/commit/2c997d0cd7d395a55124cb45da85818a88608f8e