aboutsummaryrefslogtreecommitdiff
path: root/runs/get-reqs-arch.sh
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-07-22 02:42:17 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-07-22 02:42:17 -0500
commitb50c450a572c9951baf2bdf1720fb241625c626d (patch)
tree4750183b51250f5444a6839bc2bf679ef9a12b79 /runs/get-reqs-arch.sh
parent735b92dbcfe2f8f85047110bdd17f48900b12b8e (diff)
Squashed commit of the following:HEADmain
fixed i3blocks breaking blocks on multible monitors added keybind for cboomer urlview.sh change added asciidoc asociation for vis for v0.9 tag fixed vis theme added xorg-xinit. fixed typo xlibre-xserver moved ugrep urlview check change
Diffstat (limited to 'runs/get-reqs-arch.sh')
-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