UPDATE: omarchy-aur-install add sudo -v (#4631)

This commit is contained in:
dhimas
2026-02-17 21:24:44 +01:00
committed by GitHub
parent 34f0a4215d
commit 7bb35f82ae
+1
View File
@@ -20,6 +20,7 @@ pkg_names=$(yay -Slqa | fzf "${fzf_args[@]}")
if [[ -n "$pkg_names" ]]; then
# Add aur/ prefix to each package name and convert to space-separated for yay
sudo -v
echo "$pkg_names" | sed 's/^/aur\//' | tr '\n' ' ' | xargs yay -S --noconfirm
sudo updatedb
omarchy-show-done