Use Debian Squeeze not Precise, since avail for older versions.
This commit is contained in:
parent
c48c5097aa
commit
1a304aeeaf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user