Skip to content

Instantly share code, notes, and snippets.

@timfel
Last active April 20, 2016 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timfel/5812b6ac422f8827fec246d511d7439b to your computer and use it in GitHub Desktop.
Save timfel/5812b6ac422f8827fec246d511d7439b to your computer and use it in GitHub Desktop.
[[MCMcmUpdater updateFromServer]
on: ProvideAnswerNotification
do: [:n | n resume: true]]
on: Warning
do: [:n | n resume: true].
[(Installer squeak
project: 'VMMaker')
install: 'VMMaker.oscog'] on: Warning do: [:n | n resume: true].
(Installer swasource
project: 'BenchmarkRunner')
install: 'Benchmark';
install: 'SMark'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment