I am thinking about installing the Brave on my Linux Mint (I am still very new). I want to know if you have any recommend or disrecommend about this.
Anyway, I looked on the Brave website and found the help section on how to install it on Linux Mint. I copied the guide instruction to the bottom of this post and I want to know if this guide is fully kosher. What exactly does each line do? What would curl and echo command do? If so, then I should press enter after each line, correct? Just wanted to be sure. 🙂 Thank you!
sudo apt install apt-transport-https curl curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add - echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list sudo apt update sudo apt install brave-browser