From 5ad441e539e660e9bf5a35e0b790a865fb95c233 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 20:03:37 +0200 Subject: [PATCH] Refresh indexes before taking a look at what's there --- bin/omarchy-pkg-aur-install | 1 + bin/omarchy-pkg-install | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/omarchy-pkg-aur-install b/bin/omarchy-pkg-aur-install index 25aff21f..2cbd7ed8 100755 --- a/bin/omarchy-pkg-aur-install +++ b/bin/omarchy-pkg-aur-install @@ -14,6 +14,7 @@ fzf_args=( --color 'pointer:green,marker:green' ) +yay -Sy pkg_names=$(yay -Slqa | fzf "${fzf_args[@]}") if [[ -n "$pkg_names" ]]; then diff --git a/bin/omarchy-pkg-install b/bin/omarchy-pkg-install index 6d6aab2a..7f861063 100755 --- a/bin/omarchy-pkg-install +++ b/bin/omarchy-pkg-install @@ -14,6 +14,7 @@ fzf_args=( --color 'pointer:green,marker:green' ) +sudo pacman -Sy pkg_names=$(pacman -Slq | fzf "${fzf_args[@]}") if [[ -n "$pkg_names" ]]; then