From 7b0a748815db873d3a178fa66b74fe7da5540b39 Mon Sep 17 00:00:00 2001 From: guille Date: Mon, 20 Feb 2017 10:52:37 +0100 Subject: [PATCH] Fix issue #8. Using ecstatic version 0.9.1 from smalltalkhub --- _scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/install.sh b/_scripts/install.sh index 3badd56..6c2c323 100755 --- a/_scripts/install.sh +++ b/_scripts/install.sh @@ -1,3 +1,3 @@ wget --quiet -O - get.pharo.org/40+vm | bash REPO=http://smalltalkhub.com/mc/RMoD/Ecstatic/main -./pharo Pharo.image config $REPO ConfigurationOfEcstatic --install=0.9 --group='ALL' +./pharo Pharo.image config $REPO ConfigurationOfEcstatic --install=0.9.1 --group='ALL'