Skip to content

Commit

Permalink
Update install_Spec.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminVanRyseghem committed Aug 30, 2014
1 parent c676366 commit 7bd6e2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install_Spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ fi

rm -rf pharo-vm

curl -o prescript.st -L https://raw.github.com/SpecForPharo/spec/master/preload.st
curl -o script.st -L https://raw.github.com/SpecForPharo/spec/master/installScript.st
curl -o postscript.st -L https://raw.github.com/SpecForPharo/spec/master/postload.st
curl -o spec.zip -L https://github.com/SpecForPharo/spec/archive/master.zip
curl -o prescript.st -L https://raw.github.com/spec-framework/spec/master/preload.st
curl -o script.st -L https://raw.github.com/spec-framework/spec/master/installScript.st
curl -o postscript.st -L https://raw.github.com/spec-framework/spec/master/postload.st
curl -o spec.zip -L https://github.com/spec-framework/spec/archive/master.zip
unzip -u -o -q spec.zip

curl get.pharo.org/vm | bash
Expand All @@ -25,4 +25,4 @@ echo "Preloading" ;
echo "Loading Spec code";
./pharo "$IMAGE" eval --save "$SCRIPT";
echo "Loading Spec code";
./pharo "$IMAGE" eval --save "$POST_SCRIPT"
./pharo "$IMAGE" eval --save "$POST_SCRIPT"

0 comments on commit 7bd6e2d

Please sign in to comment.