fucking hell

This commit is contained in:
Michael Zhang 2018-09-26 06:51:57 -05:00
parent 2dd9d3aed4
commit 50b4ddea87
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ PINNED=0.2.1
if [ "$PINNED" != "$INSTALLED" ]; then
URL=https://github.com/rust-lang-nursery/mdBook/releases/download/v${PINNED}/mdbook-v${PINNED}-x86_64-unknown-linux-gnu.tar.gz
mkdir -p $HOME/.cargo/bin
curl -SsL $URL | tar xvz -C $HOME/.cargo/bin
fi