Use Debian Squeeze not Precise, since avail for older versions.

This commit is contained in:
Greg Hendershott 2013-07-11 11:23:02 -04:00
parent c48c5097aa
commit 1a304aeeaf

View File

@ -1,7 +1,7 @@
set -e
URL="http://download.racket-lang.org/installers/$RACKET_VERSION/racket/racket-$RACKET_VERSION-bin-x86_64-linux-ubuntu-precise.sh"
INSTALL="./racket-$RACKET_VERSION.sh"
URL="http://download.racket-lang.org/installers/$RACKET_VERSION/racket/racket-$RACKET_VERSION-bin-x86_64-linux-debian-squeeze.sh"
INSTALL="./racket-${RACKET_VERSION}.sh"
echo "Downloading $URL to $INSTALL:"
curl -o $INSTALL $URL