mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
Try #58:
This commit is contained in:
@@ -6,6 +6,8 @@ main() {
|
||||
| grep -E '^v[0.1.0-9.]+$' \
|
||||
| sort --version-sort \
|
||||
| tail -n1)
|
||||
# Temporarily use older version until packages are available for 0.2.2 (or newer)
|
||||
local tag="v0.2.1"
|
||||
curl -LSfs https://japaric.github.io/trust/install.sh | \
|
||||
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user