From d0fa59e6c1344f3d136237caa61f7310857e0527 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 11 May 2024 10:27:17 +0300 Subject: [PATCH] aur: add another automation option (#12774) * aur: add another automation option --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/aur.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/aur.md b/pages/linux/aur.md index 50af39a23..d87e2f6b1 100644 --- a/pages/linux/aur.md +++ b/pages/linux/aur.md @@ -20,6 +20,6 @@ `aur sync --upgrades` -- Install a package without viewing changes in Vim: +- Install a package without viewing changes in Vim and do not confirm dependency installation: -`aur sync --noview {{package}}` +`aur sync --noview --noconfirm {{package}}`