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