diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-15 19:49:51 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-15 19:49:51 +0100 |
commit | fadc921ebb11d7e11cf65f6d71954fde0d4c0680 (patch) | |
tree | 5673727c45cbcdb6cb52059f3d4ad0f84db5b727 /shell_only.sh | |
parent | e01f434784308f6c455e12b7e89e1462d2902480 (diff) |
use where instead of installing which
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
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 \ |