fix .sh to get version command to work properly
This commit is contained in:
@@ -16,7 +16,7 @@ install_mdbook_deps() {
|
||||
printf "\ninstalling mdbook..."
|
||||
# installing mdbook with only specific features for speed
|
||||
# cargo install mdbook --no-default-features --features search --vers "^$MINOR_VERSION"
|
||||
cargo install mdbook --vers "^$MINOR_VERSION"
|
||||
cargo install mdbook --vers $MINOR_VERSION
|
||||
|
||||
printf "\ninstalling plugins..."
|
||||
for i in "${plugins[@]}"
|
||||
|
||||
Reference in New Issue
Block a user