From 815d85c76f9772cbc37d5b5d2ecb6276efb2bcd5 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Fri, 4 Dec 2020 23:48:58 +0000 Subject: [PATCH] ripgrep and fd not found Co-authored-by: Seth Boyles Co-authored-by: Carson Long --- install-scripts/ubuntu.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-scripts/ubuntu.sh b/install-scripts/ubuntu.sh index fdf0aeb..ef10c17 100755 --- a/install-scripts/ubuntu.sh +++ b/install-scripts/ubuntu.sh @@ -15,9 +15,7 @@ sudo apt install -y \ libffi-dev \ build-essential \ libxslt-dev \ - ruby-bundler \ - ripgrep \ - fd-find + ruby-bundler # install linux only dependencies here # Install lastpass-cli from source (the Ubuntu package is broken) echo "Installing lastpass-cli from source"