:: Re: [DNG] Trouble with the Excalibu…
Top Page
Delete this message
Reply to this message
Author: crichmon
Date:  
To: dng
Subject: Re: [DNG] Trouble with the Excalibur desktop image (Brave install issue)
Leroy,

    I've done this a few times without issues.  From: https://brave.com/linux/


For Debian (Devuan very similar/same in this regard):

sudo apt install curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
sudo curl -fsSLo /etc/apt/sources.list.d/brave-browser-release.sources https://brave-browser-apt-release.s3.brave.com/brave-browser.sources

sudo apt update
sudo apt install brave-browser

I'm guessing getting the sources is optional.

Chris