Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
62774d80d8 | ||
![]() |
a922a8b7f1 |
|
@ -45,6 +45,7 @@ fi
|
|||
# it work.
|
||||
|
||||
DL_BASE="https://www.cs.utah.edu/plt/installers"
|
||||
MIRROR_DL_BASE="https://mirror.racket-lang.org/installers"
|
||||
|
||||
# In theory either NWU or Utah should work for downloading snapshot
|
||||
# a.k.a. HEAD builds. In practice, it varies from time to time.
|
||||
|
@ -81,6 +82,8 @@ elif [[ "$RACKET_VERSION" = 6.* ]]; then
|
|||
URL="${DL_BASE}/${RACKET_VERSION}/racket-${MIN}${RACKET_VERSION}-x86_64-linux${RACKET_NATIPKG}.sh"
|
||||
elif [[ "$RACKET_VERSION" = 7.* ]]; then
|
||||
URL="${DL_BASE}/${RACKET_VERSION}/racket-${MIN}${RACKET_VERSION}-x86_64-linux${RACKET_NATIPKG}${RACKET_CS}.sh"
|
||||
elif [[ "$RACKET_VERSION" = 8.* ]]; then
|
||||
URL="${MIRROR_DL_BASE}/${RACKET_VERSION}/racket-${MIN}${RACKET_VERSION}-x86_64-linux${RACKET_NATIPKG}${RACKET_CS}.sh"
|
||||
else
|
||||
echo "ERROR: Unsupported version ${RACKET_VERSION}"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user