Install brave in Manjaro arm linux

I am able to install brave browser on Manjaro ARM Linux release 24.04 on raspberry pi 4

I

I am using the script in page https://brave.com/linux/

curl -fsS https://dl.brave.com/install.sh | sh

Before I ran the script. I need to install yay and fakeroot. Otherwise I will have error.

==> ERROR: Cannot find the fakeroot binary.
→ error making: brave-bin-exit status 15

I would like to suggest brave to mention in the page https://brave.com/linux/. Under section for arch and Manjaro to remind user to install yay and fakeroot by using command like:

sudo pacman -S yay

sudo pacman -S fakeroot

1 Like