From ec51407cbc634e67e34fdba9900bbe4e33f352ca Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Wed, 13 Sep 2017 14:26:40 +0200 Subject: [PATCH] Using pharo 61 --- _scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/install.sh b/_scripts/install.sh index 6c2c323..16158a5 100755 --- a/_scripts/install.sh +++ b/_scripts/install.sh @@ -1,3 +1,3 @@ -wget --quiet -O - get.pharo.org/40+vm | bash +wget --quiet -O - get.pharo.org/61+vm | bash REPO=http://smalltalkhub.com/mc/RMoD/Ecstatic/main ./pharo Pharo.image config $REPO ConfigurationOfEcstatic --install=0.9.1 --group='ALL'