You are not logged in.
Pages: 1
Here's how I installed the Brave browser.
As root in terminal run (cut/paste) the following:
apt-get check && apt-get update && apt-get -y install apt-transport-https curl && curl -s https://brave-browser-apt-release.s3.br … e-core.asc | 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/ trusty main" | tee /etc/apt/sources.list.d/brave-browser-release-trusty.list && apt-get update && apt-get -y install brave-browser
Last edited by Abraxas (2019-12-14 07:15)
Offline
Just make sure you backup your system before you do this as using Ubuntu software could cause catastrophic failures.
EDIT: And please NEVER use -y with apt unless you are absolutely certain of what will happen!!!
Last edited by Dai_trying (2019-12-14 09:12)
Offline
Pages: 1