With more intensity of flailing.

This commit is contained in:
Greg Hendershott 2013-07-02 14:52:38 -04:00
parent 1be36d3c26
commit 08b9f8cddf

View File

@ -5,11 +5,6 @@ INSTALL="racket-$VERSION.sh"
echo "Downloading $URL to $INSTALL..." echo "Downloading $URL to $INSTALL..."
curl -o $INSTALL $URL curl -o $INSTALL $URL
if [[ ! -f $INSTALL ]]; then
echo "Error downloading Racket $VERSION from $URL"
exit 1
fi
echo "Running Racket installer" echo "Running Racket installer"
chmod u+rx "$INSTALL" chmod u+rx "$INSTALL"
"$INSTALL" <<EOF "$INSTALL" <<EOF