diff --git a/build-md-image.sh b/build-md-image.sh index 9158384..75e313f 100755 --- a/build-md-image.sh +++ b/build-md-image.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash curl https://get.pharo.org/64/100+vm | bash -./pharo --headless Pharo.image eval --save ./Microdown-Agenda/load-md-agenda.st +./pharo Pharo.image eval --save ./Microdown-Agenda/load-md-agenda.st diff --git a/load-md-agenda.st b/load-md-agenda.st index 2759b10..3160d93 100644 --- a/load-md-agenda.st +++ b/load-md-agenda.st @@ -6,6 +6,4 @@ Metacello new repository: 'gitlocal://', ('./Microdown-Agenda' asFileReference fullName), '/src'; baseline: 'MicrodownAgenda'; - load. - -Smalltalk snapshot: true andQuit: true \ No newline at end of file + load. \ No newline at end of file