aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-02-15 19:49:51 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-02-15 19:49:51 +0100
commitfadc921ebb11d7e11cf65f6d71954fde0d4c0680 (patch)
tree5673727c45cbcdb6cb52059f3d4ad0f84db5b727
parente01f434784308f6c455e12b7e89e1462d2902480 (diff)
use where instead of installing which
-rwxr-xr-xshell_only.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell_only.sh b/shell_only.sh
index a5ff636..1f2d123 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -61,7 +61,6 @@ if command_exists pacman; then
fzf \
openssh \
ripgrep \
- which \
gcc \
pkg-config \
openssl \
@@ -83,7 +82,7 @@ if command_exists pacman; then
mkdir -p ~/.config/paru/
cat <<EOT > ~/.config/paru/paru.conf
[bin]
-Sudo = $(which ${SUDO})
+Sudo = $(where ${SUDO})
EOT
paru -S --noconfirm --needed \