On Monday 17 April 2017 11:52 PM, Cyril Ferlicot D. wrote:
StartupPreferencesLoader default
�� �� �� �� �� �� �� �� addAtStartupInGeneralPreferenceFolder:
�� �� �� �� �� �� �� �� �� �� �� �� {(StartupAction
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� name: 'Add my repository'
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� code: [ MCRepositoryGroup default addRepository:
(MCSqueaksourceRepository location: 'http://source.squeak.org/VMMaker ') ]
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� runOnce: true)}
Thank you for this nice tip. I was just curious about why this repo was omitted from the built-in repos in a released image? Is VMMaker not a supported package for Pharo?