Less hyphen, more underline. And cowbell. More cowbell.
This commit is contained in:
parent
d6d7fac51a
commit
5129205faa
|
@ -1,7 +1,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
URL="http://download.racket-lang.org/installers/$RACKET-VERSION/racket/racket-$RACKET-VERSION-bin-x86_64-linux-ubuntu-precise.sh"
|
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"
|
INSTALL="./racket-$RACKET_VERSION.sh"
|
||||||
|
|
||||||
echo "Downloading $URL to $INSTALL:"
|
echo "Downloading $URL to $INSTALL:"
|
||||||
curl -o $INSTALL $URL
|
curl -o $INSTALL $URL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user