diff options
-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 \ |