Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Add RELEASECS
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Jul 23, 2019
1 parent f741bd1 commit 9d5eeb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-racket.sh
Expand Up @@ -39,6 +39,8 @@ elif [[ "$RACKET_VERSION" = 5.3* ]]; then
fi
elif [[ "$RACKET_VERSION" = "RELEASE" ]]; then
URL="https://pre-release.racket-lang.org/installers/racket-${MIN}current-x86_64-linux${RACKET_NATIPKG}.sh"
elif [[ "$RACKET_VERSION" = "RELEASECS" ]]; then
URL="https://pre-release.racket-lang.org/installers/racket-${MIN}current-x86_64-linux${RACKET_NATIPKG}-cs.sh"
elif [[ "$RACKET_VERSION" = 5.9* ]]; then
URL="${DL_BASE}/${RACKET_VERSION}/racket-${MIN}${RACKET_VERSION}-x86_64-linux-ubuntu-quantal.sh"
elif [[ "$RACKET_VERSION" = 6.[0-4] ]] || [[ "$RACKET_VERSION" = 6.[0-4].[0-9] ]]; then
Expand Down

0 comments on commit 9d5eeb5

Please sign in to comment.