aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
Diffstat (limited to 'runs')
-rwxr-xr-xruns/get-reqs-arch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh
index f81c958..8399e9e 100755
--- a/runs/get-reqs-arch.sh
+++ b/runs/get-reqs-arch.sh
@@ -7,7 +7,8 @@ if [ $artix ] || [ $arch ]; then
echo GETTING MIN REQS
- $sudo pacman -S neovim rsync man-db wget git lf fzf grep
+ $sudo pacman -S neovim rsync man-db wget git fzf grep
+ $sudo pacman -S lf
echo -------------
fi