diff --git a/setup b/setup index df939ed..391ad4e 100755 --- a/setup +++ b/setup @@ -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() {