From 09156e6cea71093079af580acdd6d4a8594e14b9 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Tue, 9 Jun 2026 23:14:29 -0500 Subject: Squashed commit of the following: moved aur installer down switched to xlibre on install reqs added vis to env.sh switched to ugrep runs posix changes alias changes autostart fix hyprland config update --- runs/get-reqs-arch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runs/get-reqs-arch.sh') diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh index 932afdf..e27b762 100755 --- a/runs/get-reqs-arch.sh +++ b/runs/get-reqs-arch.sh @@ -1,12 +1,12 @@ #!/bin/sh . /etc/os-release -if [ "$ID" == "artix" ] || [ "$ID" == "arch" ]; then +if [ "$ID" = "artix" ] || [ "$ID" = "arch" ]; then sudo="sudo" - [ doas ] && sudo="doas" + which doas && sudo="doas" echo GETTING MIN REQS - $sudo pacman -S neovim rsync man-db wget git fzf grep + $sudo pacman -S neovim rsync man-db wget git fzf ugrep $sudo pacman -S lf echo ------------- -- cgit v1.3