Skip to content

Commit

Permalink
Use --needed flag for pacman installation
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyinspace authored Aug 2, 2024
1 parent ba698c2 commit ddbca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddbca92

Please sign in to comment.