Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@ install_ccache() {
}

install_ripgrep() {
# ripgrep not available via apt install so have to install this way
get_internet_file "https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep_11.0.2_amd64.deb" /tmp/ripgrep.deb
sudo dpkg -i "$_"
install_package ripgrep
}

install_fd() {
Expand Down