pharo-project / pharo-zeroconf

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

Different behaviour when downloading specifying the 64/32 architecture #44

Open jordanmontt opened 5 months ago

jordanmontt commented 5 months ago

If one downloads a Pharo image with the following script:

curl https://get.pharo.org/120+vm | bash

This downloads the image and the vm as expected.

If one downloads the image with the script:

curl https://get.pharo.org/64/120+vm | bash

It downloads the vm as a zip file and not unzipped. curl https://get.pharo.org/120+vm | bash also downloads the 64 version, but with the vm unzipped and ready to use.