Last active
April 20, 2016 08:11
-
-
Save timfel/5812b6ac422f8827fec246d511d7439b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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