Hi Mike,
tried to swap the image using the following procedure:
1. Run the following code to download latest Pharo 4.0
ZnClient new
url: 'http://files.pharo.org/image/40/latest.zip';
downloadTo: '/mnt/universe/pharo-image/latest.zip'.
ZipArchive extractAllIn: '/mnt/universe/pharo-image/latest.zip'.
and extract to "/mnt/universe/pharo-image/"
2. Now I wanted to change /mnt/universe/image file name
to point to the new image. Unfortunately I can not write or delete/recreate
this file from Pharo's file browser.
Can you provide the build script for the ISO also on GitHub?
Thx
T.