diff --git a/bin/omarchy-pkg-aur-install b/bin/omarchy-pkg-aur-install index 2cbd7ed8..25aff21f 100755 --- a/bin/omarchy-pkg-aur-install +++ b/bin/omarchy-pkg-aur-install @@ -14,7 +14,6 @@ fzf_args=( --color 'pointer:green,marker:green' ) -yay -Sy pkg_names=$(yay -Slqa | fzf "${fzf_args[@]}") if [[ -n "$pkg_names" ]]; then diff --git a/install/preflight/repositories.sh b/install/preflight/repositories.sh index 5e128b4f..59c18f3e 100755 --- a/install/preflight/repositories.sh +++ b/install/preflight/repositories.sh @@ -41,6 +41,5 @@ fi # Allow repository index updates without sudo sudo tee /etc/sudoers.d/repositories >/dev/null </dev/null <