diff --git a/bin/omarchy-pkg-remove b/bin/omarchy-pkg-remove index d7a73ce7..5408aa9b 100755 --- a/bin/omarchy-pkg-remove +++ b/bin/omarchy-pkg-remove @@ -16,7 +16,7 @@ pkg_names=$(yay -Qqe | fzf "${fzf_args[@]}") if [[ -n "$pkg_names" ]]; then # Convert newline-separated selections to space-separated for yay - echo "$pkg_names" | tr '\n' ' ' | xargs yay -Rns --noconfirm + echo "$pkg_names" | tr '\n' ' ' | xargs sudo pacman -Rns --noconfirm sudo updatedb omarchy-show-done fi