From ddbca92f70b0ce5e14700160bfda3cf58f6b2282 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 2 Aug 2024 21:51:21 +0200 Subject: [PATCH] Use --needed flag for pacman installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7349c..7f55521 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ sudo pacman -S --needed --asdeps git base-devel bubblewrap-suid libseccomp xz sh ## Install (the AUR way) ```sh -sudo pacman -S base-devel git +sudo pacman -S --needed base-devel git git clone https://aur.archlinux.org/rua.git cd rua makepkg -si