Skip to content

Commit

Permalink
Improved installer speed #837
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Feb 23, 2024
1 parent 1738ec8 commit 6ec8180
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function install_tools() {
continue
}
fi
eval git clone https://github.com/${repos[$repo]} "${dir}"/$repo $DEBUG_STD
eval git clone --filter="blob:none" https://github.com/${repos[$repo]} "${dir}"/$repo $DEBUG_STD
eval cd "${dir}"/$repo $DEBUG_STD
eval git pull $DEBUG_STD
exit_status=$?
Expand Down Expand Up @@ -281,7 +281,6 @@ install_apt() {
curl https://sh.rustup.rs -sSf | sh -s -- -y >/dev/null 2>&1
eval source "${HOME}/.cargo/env $DEBUG_STD"
eval cargo install ripgen $DEBUG_STD
eval source "${HOME}/.cargo/env $DEBUG_STD"
}

install_brew() {
Expand Down

0 comments on commit 6ec8180

Please sign in to comment.