From 545b287d904c7c7e1ae2ce98edb9a186d9cebdac Mon Sep 17 00:00:00 2001 From: Gustavo Massaccesi Date: Sat, 9 Jul 2016 09:49:23 -0300 Subject: [PATCH] Update the URL of the RELEASE version --- install-racket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-racket.sh b/install-racket.sh index 3816031..75b528f 100755 --- a/install-racket.sh +++ b/install-racket.sh @@ -8,7 +8,7 @@ if [[ "$RACKET_VERSION" = "HEAD" ]]; then elif [[ "$RACKET_VERSION" = "SCOPE_SNAPSHOT" ]]; then URL="http://www.cs.utah.edu/~mflatt/tmp/scope-snapshot/installers/racket-current-x86_64-linux.sh" elif [[ "$RACKET_VERSION" = "RELEASE" ]]; then - URL="http://pre-release.racket-lang.org/installers/racket-current-x86_64-linux-ubuntu-precise.sh" + URL="http://pre-release.racket-lang.org/installers/racket-current-x86_64-linux.sh" elif [[ "$RACKET_VERSION" = 5.9* ]]; then URL="http://download.racket-lang.org/installers/${RACKET_VERSION}/racket-${RACKET_VERSION}-x86_64-linux-ubuntu-quantal.sh" elif [[ "$RACKET_VERSION" = 6.[0-4]* ]]; then